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 termux#2269
  • Loading branch information
agnostic-apollo committed Sep 12, 2021
1 parent 77cfc9a commit 81368bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
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 81368bf

Please sign in to comment.