summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-02-16 23:14:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-16 23:14:05 +0000
commit7a95f24a60fea68400b12f97d19ed0ac6df88990 (patch)
tree49995111e1782d8f892675c3d5c64258f051d619 /AndroidManifest.xml
parent5974e8856b5317756edccf43b7f8407d5e09d68a (diff)
parentd557bc2ba817a071005e18f006f7e80eacc506c8 (diff)
Enabling Dialer to play ringtones am: 9172c905b3
am: d557bc2ba8 * commit 'd557bc2ba817a071005e18f006f7e80eacc506c8': Enabling Dialer to play ringtones
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>