mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-08 07:38:16 +01:00
allow installing the gallery on SD card
This commit is contained in:
parent
99cb734fc5
commit
fda4181117
@ -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…
x
Reference in New Issue
Block a user