From 9172c905b311816eba1d24659f02facfab95b0b3 Mon Sep 17 00:00:00 2001 From: Brandon Maxwell Date: Tue, 16 Feb 2016 12:52:34 -0800 Subject: 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 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') 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" > + android:value="true"/> -- cgit v1.2.3