summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2018-04-19 14:27:17 -0700
committerJack Yu <jackyu@google.com>2018-04-19 14:27:17 -0700
commiteb3c6d69d295f273612d474357a6ef6f0b91df27 (patch)
tree04d965d28230b861c5dbac77ca416871834f4a11
parentce607236d2591975bb8ef41f2a35f8b02c79547e (diff)
downloadCellBroadcastReceiver-eb3c6d69d295f273612d474357a6ef6f0b91df27.tar.gz
Play alert tone regardless slient mode enabled
Always play alert tone regardless the device is in silent mode or do-not-disturb mode. Bug: 62527594 Test: Manual Change-Id: I1ec4a89bf4c435f553acc0c89647cf9a32277bc9
-rw-r--r--res/values-mcc450/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-mcc450/config.xml b/res/values-mcc450/config.xml
index d5aa1193f..ac46b2554 100644
--- a/res/values-mcc450/config.xml
+++ b/res/values-mcc450/config.xml
@@ -47,4 +47,7 @@
<!-- Emergecny alert tone duration set to 1 minute for Korean users -->
<integer name="alert_duration">60000</integer>
+
+ <!-- Always play alert at full volume regardless silent/do-not-disturb mode for Korean users -->
+ <bool name="use_full_volume">true</bool>
</resources>