Skip to content

Commit

Permalink
Added: Request android.permission.PACKAGE_USAGE_STATS permission
Browse files Browse the repository at this point in the history
The permission can be granted from `Android Settings` -> `System` -> `Usage Access`.

Closes #2269
  • Loading branch information
agnostic-apollo committed Sep 12, 2021
1 parent 2281116 commit 865f29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -32,6 +32,7 @@
<uses-permission android:name="android.permission.DUMP" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />

<application
android:name=".app.TermuxApplication"
Expand Down

0 comments on commit 865f29d

Please sign in to comment.