diff options
| author | 2020-09-15 09:23:54 -0400 | |
|---|---|---|
| committer | 2020-09-17 18:28:40 +0000 | |
| commit | c384c930fd64e8c8e02b7bc28314b7f692ef8c9f (patch) | |
| tree | a5723f0d9bb07b3bf2515fd2c93fa3ad03400ff9 | |
| parent | 8c35d00752120ef91dad1ffd2d3cb8d0f5d4434f (diff) | |
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
| -rw-r--r-- | core/res/res/values/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a1723c0716de..147ff0996862 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3484,6 +3484,7 @@ mode --> <string-array translatable="false" name="config_priorityOnlyDndExemptPackages"> <item>com.android.dialer</item> + <item>com.android.server.telecom</item> <item>com.android.systemui</item> <item>android</item> </string-array> |