Skip to content

Commit f3e8ed8

Browse files
committed
🔧 [Android] Add WRITE_EXTERNAL_STORAGE to the example
1 parent e69cfae commit f3e8ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package="com.fluttercandies.wechatAssetsPickerExample">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
56

67
<application
78
android:label="Wechat Assets Picker Example"

0 commit comments

Comments
 (0)