We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619218 commit 10efa9dCopy full SHA for 10efa9d
android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
<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"/>
5
<application
6
android:name="${applicationName}"
7
android:banner="@mipmap/ic_banner_foreground"
0 commit comments