devicesettings: Add strings for "Disabled" + wake on pick-up
Change-Id: I979c3c58f8db654931148b70a727c1eb059c063b
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7d941a1..85f8c67 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -102,6 +102,7 @@
<!-- Pick-up gesture -->
<string name="pick_up_gesture_title">Pick-up</string>
<string name="pick_up_gesture_summary">Pulse notifications on pick-up</string>
+ <string name="pick_up_wake_gesture_summary">Wake device on pick-up</string>
<!-- Pocket gesture -->
<string name="pocket_gesture_title">Pocket</string>
@@ -154,6 +155,9 @@
<!-- Dialog texts -->
<string name="dialog_ok">OK</string>
+ <!-- Generic texts -->
+ <string name="disabled">Disabled</string>
+
<!-- Help texts -->
<string name="doze_settings_help_title">Help</string>
<string name="doze_settings_help_text">These features use sensor events to launch a doze notification pulse. The chosen sensor is only enabled when the device receives a notification, this helps to reduce battery usage. There is also an option to enable the chosen sensor as soon as the screen turns off, this will cause higher battery usage.</string>