mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Remove MultipleShareActivity from manifest and send SEND_MULTIPLE intent to ShareActivity as well
This commit is contained in:
parent
cd2a3b345d
commit
625f582598
1 changed files with 0 additions and 12 deletions
|
|
@ -46,18 +46,6 @@
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.SEND" />
|
<action android:name="android.intent.action.SEND" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
<data android:mimeType="image/*" />
|
|
||||||
<data android:mimeType="audio/ogg" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<!-- TODO: This should be REMOVED and SEND_MULTIPLE action should go to ShareActivity as well -->
|
|
||||||
<activity
|
|
||||||
android:name=".upload.MultipleShareActivity"
|
|
||||||
android:icon="@drawable/ic_launcher"
|
|
||||||
android:label="@string/app_name">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.SEND_MULTIPLE" />
|
<action android:name="android.intent.action.SEND_MULTIPLE" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<data android:mimeType="image/*" />
|
<data android:mimeType="image/*" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue