allow installing the gallery on SD card
This commit is contained in:
parent
99cb734fc5
commit
fda4181117
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.simplemobiletools.gallery">
|
||||
package="com.simplemobiletools.gallery"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
||||
|
|
Loading…
Reference in a new issue