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

Commit 0aad0ed8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Lower priority of editor alias intent filter" into ub-contactsdialer-h-dev

parents 115495cd 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" />