mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-12 20:11:13 +01:00
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
This commit is contained in:
parent
356a442c6f
commit
93a5bf8d29
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue