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

Commit ea1957ed authored by Gary Mai's avatar Gary Mai
Browse files

Lower priority of editor alias intent filter

Prevent a confusing disambiguation dialog from appearing when
trying to add a new contact from the FAB.
Bug fix for change I7b6db413f83211bb788fade1bdde481f4d4c07df

Test: Manually verified tapping the FAB does not show
disambig dialog.

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