summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-02-16 12:52:34 -0800
committerBrandon Maxwell <maxwelb@google.com>2016-02-16 14:19:13 -0800
commit9172c905b311816eba1d24659f02facfab95b0b3 (patch)
tree242f0082388500dbceb10c27701ae7c3048680b9 /AndroidManifest.xml
parent32b1629804f29958966f7711a90c5e507c2049c2 (diff)
downloadandroid_packages_apps_Dialer-9172c905b311816eba1d24659f02facfab95b0b3.tar.gz
android_packages_apps_Dialer-9172c905b311816eba1d24659f02facfab95b0b3.tar.bz2
android_packages_apps_Dialer-9172c905b311816eba1d24659f02facfab95b0b3.zip
Enabling Dialer to play ringtones
+ The code to make the Dialer play was disabled behind flags, this change flips the flags so the Dialer is responsible for playing the ringtone. + The in-code flag will be removed later after a QA pass of the feature. - Removed TODO to respect Do Not Disturb, see b/26936902 Bug=18702990 Change-Id: I773c1c614beb61a6763daccd2903d9d341cf4dc0
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e7c17cb2a..c04885412 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -317,7 +317,7 @@
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"/>
+ android:value="true"/>
<intent-filter>
<action android:name="android.telecom.InCallService"/>
</intent-filter>