fix #142, allow installing apps from apk files on Android Oreo
This commit is contained in:
parent
d4669d32db
commit
7395f402af
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
||||
|
||||
<application
|
||||
android:name=".App"
|
||||
|
|
Loading…
Reference in a new issue