added android code for resizing images before sending back the urls

This commit is contained in:
Andrew Stephan
2014-02-27 19:23:26 -05:00
parent 37c91fcaed
commit f641587ca4
3 changed files with 103 additions and 16 deletions
+1 -4
View File
@@ -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>