We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 307749d + 8734034 commit 6a697a8Copy full SHA for 6a697a8
plugin.xml
@@ -97,7 +97,9 @@
97
<param name="android-package" value="com.synconset.ImagePicker"/>
98
</feature>
99
</config-file>
100
-
+ <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
101
+ <application android:requestLegacyExternalStorage="true" />
102
+ </edit-config>
103
<config-file target="AndroidManifest.xml" parent="/manifest/application">
104
<activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity" android:theme="@style/Theme.AppCompat.Light">
105
</activity>
0 commit comments