summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2015-06-23 15:14:03 -0700
committerSantos Cordon <santoscordon@google.com>2015-06-23 15:23:34 -0700
commite91177947e3b164df3a359f857708f30dfa9faf4 (patch)
tree04e11156d19c3d142581dfa3106f27008e14d5b4 /AndroidManifest.xml
parentf3ec8ad515ec344acd53fa4acaa9df4cad0c2306 (diff)
downloadandroid_packages_apps_Dialer-e91177947e3b164df3a359f857708f30dfa9faf4.tar.gz
android_packages_apps_Dialer-e91177947e3b164df3a359f857708f30dfa9faf4.tar.bz2
android_packages_apps_Dialer-e91177947e3b164df3a359f857708f30dfa9faf4.zip
InCallService meta-data [3/4]
Bug: 21816241 Change-Id: I981c850d8b783d93877e762d9023213cd38d5421
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index eef8ed62b..86bf4ff2e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -286,6 +286,7 @@
<service android:name="com.android.incallui.InCallServiceImpl"
android:permission="android.permission.BIND_INCALL_SERVICE" >
+ <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
<intent-filter>
<action android:name="android.telecom.InCallService"/>
</intent-filter>