summaryrefslogtreecommitdiffstats
path: root/res/values-mcc310-mnc004
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-04 15:57:29 -0800
committerNancy Chen <nancychen@google.com>2015-03-19 16:07:20 -0700
commitb4a9270ef0cd337732e6e88d9cf4ff5f72fb94d2 (patch)
tree764395bd5a04fc46cdc435743cc0f49c95837b12 /res/values-mcc310-mnc004
parent85798a99c5f78ab2d459498e915d41db4faaabdb (diff)
downloadandroid_packages_services_Telephony-b4a9270ef0cd337732e6e88d9cf4ff5f72fb94d2.tar.gz
android_packages_services_Telephony-b4a9270ef0cd337732e6e88d9cf4ff5f72fb94d2.tar.bz2
android_packages_services_Telephony-b4a9270ef0cd337732e6e88d9cf4ff5f72fb94d2.zip
Allow voicemail notification dismissal to be configurable.
If a device/carrier allows it, a voicemail notification in the notification bar should be dismissable. Note that this change does not wipe the notification completely, i.e. it will come back if the user restarts the phone. Add configuration values relevant to Verizon for non-dismissable notifications. Bug: 7888110 Change-Id: I7af4a610fb2ba330633157abcc59f8940372fd85
Diffstat (limited to 'res/values-mcc310-mnc004')
-rwxr-xr-xres/values-mcc310-mnc004/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-mcc310-mnc004/config.xml b/res/values-mcc310-mnc004/config.xml
index bbe9e7bdc..198e65f84 100755
--- a/res/values-mcc310-mnc004/config.xml
+++ b/res/values-mcc310-mnc004/config.xml
@@ -19,4 +19,7 @@
<resources>
<!-- Flag indicating if dtmf tone type is enabled -->
<bool name="support_swap_after_merge" translatable="false">false</bool>
+ <!-- Determine whether the voicemail notification is persistent in the notification bar.
+ If true, the voicemail notifications cannot be dismissed from the notification bar. -->
+ <bool name="voicemail_notification_persistent">true</bool>
</resources>