summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-10-21 00:02:31 +0600
committerilotterytea <iltsu@alright.party>2022-10-21 00:02:31 +0600
commitd80cbc6e2f9d8914ffd576c5963f78d7d354d408 (patch)
tree5a0aba1bb08aa437a2be399a8ebe482267a63eca /android/AndroidManifest.xml
parent1729696a4fb4278868a5f6a002cd9002f950674b (diff)
request for permission to read external storage
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 17e798b..344d39f 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -4,6 +4,7 @@
package="com.ilotterytea.maxoning">
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"