Settings: Support new alarms-only zen value.

Bug: 19260237
Change-Id: I57941c0e4df8026cdc36076551770a813800edc8
This commit is contained in:
John Spurlock
2015-04-02 17:46:44 -04:00
parent 43a0cbad1b
commit b5bbff8c97
2 changed files with 6 additions and 1 deletions

View File

@@ -5689,6 +5689,9 @@
<!-- Sound & notification > Sound section: Zen mode option: Important interruptions [CHAR LIMIT=60] -->
<string name="zen_mode_option_important_interruptions">Allow only priority interruptions</string>
<!-- Sound & notification > Sound section: Zen mode option: Alarms only [CHAR LIMIT=60] -->
<string name="zen_mode_option_alarms">Allow only alarms</string>
<!-- Sound & notification > Sound section: Zen mode option: No interruptions [CHAR LIMIT=60] -->
<string name="zen_mode_option_no_interruptions">Don\'t interrupt</string>