summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/Prefs.java
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2017-02-16 15:01:36 -0500
committerJulia Reynolds <juliacr@google.com>2017-06-05 11:23:03 -0400
commitd7a00aa186f2faf8c779fc7a1b6634fb4efb75ac (patch)
tree9cf88c07516bc89959eb30fcb7b4e6bb96ffffe4 /packages/SystemUI/src/com/android/systemui/Prefs.java
parentf74752293d1d25633aebc42c600717d0296a0820 (diff)
Update zen introduction text
And add alarm text to QS & volume dialog. Change-Id: I8e3c06d6629473c453e579f23c75acd7cdfd4db1 Fixes: 38303817 Fixes: 31533768 Fixes: 33815404 Test: manual
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/Prefs.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/Prefs.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/Prefs.java b/packages/SystemUI/src/com/android/systemui/Prefs.java
index 1e9cbdc45425..3cc81dfb45d7 100644
--- a/packages/SystemUI/src/com/android/systemui/Prefs.java
+++ b/packages/SystemUI/src/com/android/systemui/Prefs.java
@@ -58,6 +58,7 @@ public final class Prefs {
String DND_TILE_COMBINED_ICON = "DndTileCombinedIcon";
String DND_CONFIRMED_PRIORITY_INTRODUCTION = "DndConfirmedPriorityIntroduction";
String DND_CONFIRMED_SILENCE_INTRODUCTION = "DndConfirmedSilenceIntroduction";
+ String DND_CONFIRMED_ALARM_INTRODUCTION = "DndConfirmedAlarmIntroduction";
String DND_FAVORITE_BUCKET_INDEX = "DndCountdownMinuteIndex";
String DND_NONE_SELECTED = "DndNoneSelected";
String DND_FAVORITE_ZEN = "DndFavoriteZen";