summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-01-27 18:11:47 -0800
committerBrandon Maxwell <maxwelb@google.com>2016-01-28 18:50:33 -0800
commit88bbc3e5ccc78fe36a573f377e07c1fd37934421 (patch)
tree633b69da7d8097eb7465090db2067cf8a1b04d91 /AndroidManifest.xml
parent84674fbb168e7333fc77508ae1d17eebad6a8224 (diff)
downloadandroid_packages_apps_Dialer-88bbc3e5ccc78fe36a573f377e07c1fd37934421.tar.gz
android_packages_apps_Dialer-88bbc3e5ccc78fe36a573f377e07c1fd37934421.tar.bz2
android_packages_apps_Dialer-88bbc3e5ccc78fe36a573f377e07c1fd37934421.zip
Adding meta-data for Dialer to play ringtone
Bug=26864105 Change-Id: Ic34db9109d53f1b23cbb9582b4661c9b983eee50
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 1be19101b..440c3411f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -312,6 +312,8 @@
android:permission="android.permission.BIND_INCALL_SERVICE"
android:encryptionAware="true" >
<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"/>
<intent-filter>
<action android:name="android.telecom.InCallService"/>
</intent-filter>