summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-06-09 12:50:15 -0700
committerTyler Gunn <tgunn@google.com>2016-06-09 12:50:15 -0700
commit318a06e03228781fb3104a57d90c822cdb8c0ed9 (patch)
tree170bcc1a64f6d2d23ddac409af3468fe59137bcd
parent2e30c97f45f889c9faf1ef3f253cef779dd02cc0 (diff)
Enable external call support in AOSP dialer manifest.
Bug: 27458894 Change-Id: I1d81f9cd68a42d7346d2e42869542a365d2f024e
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8892c24c1..babd271a1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>