mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-18 19:54:22 +01:00
12 lines
384 B
XML
12 lines
384 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
package="com.simplemobiletools.gallery.pro"
|
||
|
android:installLocation="auto">
|
||
|
|
||
|
<uses-permission
|
||
|
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
|
||
|
tools:ignore="ScopedStorage" />
|
||
|
|
||
|
</manifest>
|