Skip to content

Commit 10efa9d

Browse files
authored
feat(android): storage permission
1 parent d619218 commit 10efa9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<uses-permission android:name="android.permission.INTERNET" />
3+
<uses-permission android:name="ANDROID.PERMISSION.READ_EXTERNAL_STORAGE"/>
4+
<uses-permission android:name="ANDROID.PERMISSION.WRITE_EXTERNAL_STORAGE"/>
35
<application
46
android:name="${applicationName}"
57
android:banner="@mipmap/ic_banner_foreground"

0 commit comments

Comments
 (0)