Skip to content

Commit 6a697a8

Browse files
Merge pull request #210 from eliadAfeka/master
support android 10 (API 29)
2 parents 307749d + 8734034 commit 6a697a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
<param name="android-package" value="com.synconset.ImagePicker"/>
9898
</feature>
9999
</config-file>
100-
100+
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
101+
<application android:requestLegacyExternalStorage="true" />
102+
</edit-config>
101103
<config-file target="AndroidManifest.xml" parent="/manifest/application">
102104
<activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity" android:theme="@style/Theme.AppCompat.Light">
103105
</activity>

0 commit comments

Comments
 (0)