1
0
Fork 0

Closes #866 - Add Install Packages permission to download APKs from Fenix

master
Emily Kager 2019-03-07 13:54:01 -08:00 committed by Jeff Boek
parent 0482a84c67
commit 82fd77e136
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<!-- Needed to prompt the user to give permission to install a downloaded apk -->
<uses-permission-sdk-23 android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"