Skip to content

Commit

Permalink
peerai: Remove false READ_INTERNAL_STORAGE permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kandrio committed Sep 20, 2023
1 parent bb53e18 commit c79db64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peerai/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
android:theme="@style/AppTheme" >
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_INTERNAL_STORAGE" />

</manifest>

0 comments on commit c79db64

Please sign in to comment.