Skip to content

Commit 93a5bf8

Browse files
Request android.permission.REQUEST_INSTALL_PACKAGES permission
This will allow users to access `Android/obb` on android 11 after explicitly granting Termux the permission by going to Termux `App Info` in Android `Settings` -> `Advance` -> `Install unknown apps`. https://medium.com/androiddevelopers/android-11-storage-faq-78cefea52b7c
1 parent 356a442 commit 93a5bf8

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
@@ -25,6 +25,7 @@
2525
<uses-permission android:name="android.permission.READ_LOGS" />
2626
<uses-permission android:name="android.permission.DUMP" />
2727
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
28+
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
2829

2930
<application
3031
android:extractNativeLibs="true"

0 commit comments

Comments
 (0)