Skip to content

Commit

Permalink
remove unused permission read_media_image and read_media_video
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Nur Putranto committed Jan 24, 2025
1 parent 3ab92bf commit c242ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chat-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application>
Expand Down

0 comments on commit c242ab9

Please sign in to comment.