Skip to content

Commit

Permalink
add permission for showing the error report UI
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr authored and thestinger committed Nov 22, 2023
1 parent 97f27ab commit a875355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.SHOW_ERROR_REPORT" />

<permission
android:name="app.grapheneos.gmscompat.SHOW_UI"
Expand Down

0 comments on commit a875355

Please sign in to comment.