Allow the app to be moved to external storage

This commit is contained in:
Anthony Restaino 2016-09-16 23:20:12 -04:00
parent 53bf84934e
commit 53b3cdb7b1

View File

@ -2,7 +2,8 @@
<!-- Copyright 2014 A.C.R. Development -->
<manifest
package="acr.browser.lightning"
xmlns:android="http://schemas.android.com/apk/res/android">
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>