Skip to content

Commit

Permalink
Merge pull request #315 from ammarasyad/updater_fix
Browse files Browse the repository at this point in the history
Add missing permission required for the updater
  • Loading branch information
Rian8337 authored Dec 14, 2023
2 parents 289b0d4 + 8cf334e commit 00d95f4
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 @@ -14,6 +14,7 @@
<uses-permission android:name="android.permission.READ_LOGS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

<application
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit 00d95f4

Please sign in to comment.