Skip to content

Commit 7395f40

Browse files
committed
fix #142, allow installing apps from apk files on Android Oreo
1 parent d4669d3 commit 7395f40

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
@@ -5,6 +5,7 @@
55
android:installLocation="auto">
66

77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
8+
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
89

910
<application
1011
android:name=".App"

0 commit comments

Comments
 (0)