Skip to content

Commit cfe2545

Browse files
committed
🔧 [Android] Declare WRITE_EXTERNAL_STORAGE with SDK constraint
1 parent 6c2a4bc commit cfe2545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
package="com.fluttercandies.wechatAssetsPickerExample">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
5+
<uses-permission
6+
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
7+
android:maxSdkVersion="29"/>
68

79
<application
810
android:label="Wechat Assets Picker Example"

0 commit comments

Comments
 (0)