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

Commit 6a08c581 authored by Gary Mai's avatar Gary Mai Committed by android-build-merger
Browse files

Lower priority of editor alias intent filter

am: ea1957ed

Change-Id: Icc7e2586c1388affaab87fa3376778fcae819831
parents 8ee74faa ea1957ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@
         <activity-alias android:name="com.android.contacts.activities.CompactContactEditorActivity"
             android:exported="true"
             android:targetActivity=".activities.ContactEditorActivity">
             <intent-filter>
             <intent-filter android:priority="-1">
                 <action android:name="android.intent.action.INSERT" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <data android:mimeType="vnd.android.cursor.dir/person" />