diff options
| author | Ali B <abittin@gmail.com> | 2021-10-07 23:50:08 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2021-10-07 23:50:30 +0300 |
| commit | e2ec5b0e4c3f4075060a5183c115f41fca30648b (patch) | |
| tree | c7364c868802226d59a65c1df19a74ac929c61a4 | |
| parent | 5d842ae407c2cf8d7bb84b8c1b22ec3b4c6203e0 (diff) | |
devicesettings: add resources for toggle vertical swipe on Ambient Display
Change-Id: I559ef300b088ee0674ddef6f654c1b872f99247f
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 090ae2e..8adae93 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -263,4 +263,8 @@ <!-- Wake on gesture --> <string name="wake_on_gesture_title">Wake up on gestures</string> <string name="wake_on_gesture_summary">Wake the device instead of pulsing notifications on gesture events</string> + + <!-- Ambient Display Swipe Gesture --> + <string name="ambient_swipe_title">Ambient display swipe</string> + <string name="ambient_swipe_summary">Enable up or down swipe on Ambient Display</string> </resources> |
