summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2017-03-31 18:03:42 +0200
committerGabriele M <moto.falcon.git@gmail.com>2017-04-02 12:56:59 +0000
commit26ebcd303871cc98290166f9a8874e26c59ac3e5 (patch)
tree06759a057d2a09e260da9ad2bb0b09f9f60a0d07
parenta765ae0e6094db5120503486b1f77b9aa9072937 (diff)
downloadandroid_packages_resources_devicesettings-26ebcd303871cc98290166f9a8874e26c59ac3e5.tar.gz
android_packages_resources_devicesettings-26ebcd303871cc98290166f9a8874e26c59ac3e5.tar.bz2
android_packages_resources_devicesettings-26ebcd303871cc98290166f9a8874e26c59ac3e5.zip
Add strings for hand wave gesture extra option
Some implementations of the hand wave gesture can limit the detection to the cases in which the device is sitting on a flat surface facing up. Change-Id: I0017756f4ab5277a6195ba74af1d9051ce30edb3
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 42fda4d..6841b15 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -78,6 +78,8 @@
<!-- Hand wave gesture -->
<string name="hand_wave_gesture_title">Hand wave</string>
<string name="hand_wave_gesture_summary">Pulse notifications on hand wave</string>
+ <string name="hand_wave_gesture_flat_title">Detect orientation</string>
+ <string name="hand_wave_gesture_flat_summary">Pulse only if the phone is lying face up on a flat surface</string>
<!-- Pick-up gesture -->
<string name="pick_up_gesture_title">Pick-up</string>