diff options
author | Jorim Jaggi <jjaggi@google.com> | 2015-09-08 14:56:40 -0700 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2015-09-09 22:40:00 +0000 |
commit | cc1e9f7ce76d6c1e6d721a398fe8ae8a882243bb (patch) | |
tree | c1a57d8edf8c95319f9144a68e384fe67e09d920 /res/values | |
parent | 9fcc7e1b20b890283dfe9a02999f40637d27dbb2 (diff) | |
download | packages_apps_Settings-cc1e9f7ce76d6c1e6d721a398fe8ae8a882243bb.zip packages_apps_Settings-cc1e9f7ce76d6c1e6d721a398fe8ae8a882243bb.tar.gz packages_apps_Settings-cc1e9f7ce76d6c1e6d721a398fe8ae8a882243bb.tar.bz2 |
Add double-tap power button to open camera 2/2
Bug: 23787555
Change-Id: I04787cd863212b1ed9608a6c8bd02af13273b387
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f693b71..6e2986e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6995,4 +6995,9 @@ <!-- Description of setting that controls gesture to open camera [CHAR LIMIT=NONE] --> <string name="camera_gesture_desc">Open the camera app by twisting your wrist twice</string> + <!-- Title of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=40] --> + <string name="camera_double_tap_power_gesture_title">Press power button twice for camera</string> + + <!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] --> + <string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string> </resources> |