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.
WRITE_EXTERNAL_STORAGE
1 parent e69cfae commit f3e8ed8Copy full SHA for f3e8ed8
example/android/app/src/main/AndroidManifest.xml
@@ -2,6 +2,7 @@
2
package="com.fluttercandies.wechatAssetsPickerExample">
3
4
<uses-permission android:name="android.permission.INTERNET" />
5
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6
7
<application
8
android:label="Wechat Assets Picker Example"
0 commit comments