Skip to content

Commit

Permalink
Remove unused permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Jun 5, 2022
1 parent 581ae82 commit d82b69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit d82b69d

Please sign in to comment.