Skip to content

Commit c242ab9

Browse files
author
Arief Nur Putranto
committed
remove unused permission read_media_image and read_media_video
1 parent 3ab92bf commit c242ab9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chat-core/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1616
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
1717
android:maxSdkVersion="32"/>
18-
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
19-
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/>
2018
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
2119

2220
<application>

0 commit comments

Comments
 (0)