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

Commit d08108a4 authored by Marcus Hagerott's avatar Marcus Hagerott Committed by Automerger Merge Worker
Browse files

Merge "Add queries elements for vcard export and photo cropping" am: f55cd4f9

Change-Id: Idf0ff9e994377027e8fa90ec6893a0e3c957b2f5
parents eebf643f f55cd4f9
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -680,6 +680,19 @@
            <data android:scheme="voicemail" />
            <data android:scheme="voicemail" />
        </intent>
        </intent>


        <!-- vcard export -->
        <intent>
            <action android:name="android.intent.action.CREATE_DOCUMENT" />
            <data android:mimeType="text/x-vcard" />
            <category android:name="android.intent.category.OPENABLE" />
        </intent>

        <!-- edit contact photo -->
        <intent>
            <action android:name="com.android.camera.action.CROP" />
            <data android:mimeType="image/*" />
        </intent>

    </queries>
    </queries>


</manifest>
</manifest>