From b23be11bc3d3b359281595b9f882fe5a50200637 Mon Sep 17 00:00:00 2001 From: Beverly Date: Tue, 15 Sep 2020 09:23:54 -0400 Subject: Add telecom to priorityOnlyDndExemptPackages telecom plays dialer's ringtone, so we allow them to play sounds when DND is on in priority mode. We trust that telecom will abide by the DND rules and exceptions (ie: checking for starred contacts) Test: manual Bug: 163525045 Change-Id: I798f1d968821e7d1b0a97b9b034c1ef0726f8242 Merged-In: I798f1d968821e7d1b0a97b9b034c1ef0726f8242 (cherry picked from commit c384c930fd64e8c8e02b7bc28314b7f692ef8c9f) --- core/res/res/values/config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 89ef8047107c..d21930f31df4 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3478,6 +3478,7 @@ mode --> com.android.dialer + com.android.server.telecom com.android.systemui android -- cgit v1.2.3