mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
added android code for resizing images before sending back the urls
This commit is contained in:
+1
-4
@@ -64,10 +64,7 @@
|
||||
|
||||
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
||||
<activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity">
|
||||
<intent-filter>
|
||||
<action android:name="com.synconset.imagepicker.PICK" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter />
|
||||
</activity>
|
||||
</config-file>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user