Skip to content

Commit

Permalink
removed duplicated permission reported by linter on signing
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 28, 2025
1 parent df105c7 commit 13b4665
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 @@ -16,7 +16,6 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- MANAGE_EXTERNAL_STORAGE is required on Android 11 "R" -->
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<application
android:name=".AppData"
Expand Down

0 comments on commit 13b4665

Please sign in to comment.