Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef857af3 authored by moezbhatti's avatar moezbhatti
Browse files

Add ability to share multiple images from other app

parent 6fc3547d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -82,6 +82,11 @@
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="image/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND_MULTIPLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="image/*" />
            </intent-filter>

            <meta-data
                android:name="android.service.chooser.chooser_target_service"