diff options
Diffstat (limited to 'src/AndroidManifest.xml')
-rw-r--r-- | src/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AndroidManifest.xml b/src/AndroidManifest.xml index d575f00..0e18ea6 100644 --- a/src/AndroidManifest.xml +++ b/src/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.neocities.autoart.autoart" > - + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" |