summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-06-09 20:25:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-09 20:25:27 +0000
commit6afb5ee95c95c05b75849ef123987496186bd089 (patch)
tree34dd28c5d5f57ba20bcc1cf8c538b966664d9fd1 /AndroidManifest.xml
parent6e33f58d74af9ede9a981df22b1fc6684660deae (diff)
parentb9600e9dba63a7b99a83d2847a4447038a797365 (diff)
Enable external call support in AOSP dialer manifest. am: 318a06e032
am: b9600e9dba Change-Id: Ibad2e3d8eb84cfc6deb7567fe63e4d428aa2a624
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8564c0a27..203828f66 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -312,6 +312,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>