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

Commit 692aa9ed authored by kaiyiz's avatar kaiyiz
Browse files

Telecomm: Add DEFAULT category for action CALL_PRIVILEGED

When VoiceDialer tried to make a call, the target
activity could not be found.

Add DEFAULT category for action CALL_PRIVILEGED.

Change-Id: I303c91db5284690ed5a501e5e2bc15ae626a5608
CRs-Fixed: 811077
parent 7d8c169d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@
            </intent-filter>
            <intent-filter android:priority="1000">
                <action android:name="android.intent.action.CALL_PRIVILEGED" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="vnd.android.cursor.item/phone" />
                <data android:mimeType="vnd.android.cursor.item/phone_v2" />
                <data android:mimeType="vnd.android.cursor.item/person" />