Allow the app to be moved to external storage
This commit is contained in:
parent
53bf84934e
commit
53b3cdb7b1
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user