Skip to content

Commit

Permalink
Request android.permission.REQUEST_INSTALL_PACKAGES permission
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agnostic-apollo committed Mar 2, 2021
1 parent 356a442 commit 93a5bf8
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 @@ -25,6 +25,7 @@
<uses-permission android:name="android.permission.READ_LOGS" />
<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" />

<application
android:extractNativeLibs="true"
Expand Down

0 comments on commit 93a5bf8

Please sign in to comment.