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

Commit 318a06e0 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Enable external call support in AOSP dialer manifest.

Bug: 27458894
Change-Id: I1d81f9cd68a42d7346d2e42869542a365d2f024e
parent 2e30c97f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -324,6 +324,8 @@
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING"
                android:value="false"/>
            <meta-data android:name="android.telecom.INCLUDE_EXTERNAL_CALLS"
                       android:value="true"/>
            <intent-filter>
                <action android:name="android.telecom.InCallService"/>
            </intent-filter>