Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
fix SecurityException on Android 8.0
  • Loading branch information
xiongtiancheng authored Mar 1, 2019
1 parent 8c432f2 commit 3ab3c92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chatapp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@
android:screenOrientation="portrait"
android:name=".activity.GroupAvatarActivity"
android:theme="@style/AppTh"/>
<provider
android:name="com.activeandroid.content.ContentProvider"
android:authorities="${applicationId}"
android:exported="false" />
</application>

</manifest>
</manifest>

0 comments on commit 3ab3c92

Please sign in to comment.