Skip to content

Commit 865f29d

Browse files
Added: Request android.permission.PACKAGE_USAGE_STATS permission
The permission can be granted from `Android Settings` -> `System` -> `Usage Access`. Closes #2269
1 parent 2281116 commit 865f29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<uses-permission android:name="android.permission.DUMP" />
3333
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
3434
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
35+
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />
3536

3637
<application
3738
android:name=".app.TermuxApplication"

0 commit comments

Comments
 (0)