summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-02-28 16:16:59 -0500
committerChris Wren <cwren@android.com>2014-02-28 17:19:00 -0500
commitad1b7eb3986809f57d9485e40d336b28035de3e8 (patch)
tree4d5b3742ab032f440dd285b1a8dec7e7873d5729 /res/values
parent0f9ab453766bd20a26d3ce5dc8fbf233023ecd16 (diff)
downloadpackages_apps_Settings-ad1b7eb3986809f57d9485e40d336b28035de3e8.zip
packages_apps_Settings-ad1b7eb3986809f57d9485e40d336b28035de3e8.tar.gz
packages_apps_Settings-ad1b7eb3986809f57d9485e40d336b28035de3e8.tar.bz2
add a setting for the heads up: app part
Bug: 13208692 Depends-On: I6847f7a5f275aee2f608de0237dab0e45c39b33f Change-Id: Ia410a473492aa7637449ba5a5dc068f98618ad03
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 7a36ccc..b8a4a19 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 -->