summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-03-01 00:06:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-01 00:06:55 +0000
commitf7890677dfa2a420f0752055c25cca18cb42b1b5 (patch)
treeb05cd06e2025214ab320058025631394d8aaa782 /res/values
parent5ae9ef25c6ffdd17116616834d8583df9a9409c2 (diff)
parentad1b7eb3986809f57d9485e40d336b28035de3e8 (diff)
downloadpackages_apps_Settings-f7890677dfa2a420f0752055c25cca18cb42b1b5.zip
packages_apps_Settings-f7890677dfa2a420f0752055c25cca18cb42b1b5.tar.gz
packages_apps_Settings-f7890677dfa2a420f0752055c25cca18cb42b1b5.tar.bz2
Merge "add a setting for the heads up: app part"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 56f7ddf..8b6e671 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1753,6 +1753,10 @@
<string name="notification_sound_title">Default notification sound</string>
<!-- Sound settings screen, notification light repeat pulsing title -->
<string name="notification_pulse_title">Pulse notification light</string>
+ <!-- Display settings screen, notification popups are enabled [CHAR LIMIT=30] -->
+ <string name="heads_up_enabled_title">Heads Up Notifications</string>
+ <!-- Display settings screen, notification popups are explained [CHAR LIMIT=45]-->
+ <string name="heads_up_enabled_summary">Important notifications will pop up</string>
<!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
<string name="incoming_call_volume_title">Ringtone</string>
<!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->