Skip to content

Commit

Permalink
chore: remove READ_MEDIA_IMAGES permission (#945)
Browse files Browse the repository at this point in the history
Remove READ_MEDIA_IMAGES permission
  • Loading branch information
anhappdev authored Jan 14, 2025
1 parent f04e397 commit 6ae5c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
Expand Down

0 comments on commit 6ae5c77

Please sign in to comment.