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

Commit 2428f624 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Add new MIME-type to launch contacts list.

parent 0e3ff31c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -127,7 +127,8 @@
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="vnd.android.cursor.dir/person" />
                <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" />
                <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" />
            </intent-filter>

            <intent-filter>