summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorKshitij Gupta <kshitijgm@gmail.com>2018-08-12 10:12:36 +0000
committerIsaac Chen <tingyi364@gmail.com>2019-08-13 11:38:16 +0200
commit5fd366349afa4cab7ac43ef84cd2a331ff19bb96 (patch)
treed3b0bac5754a6343fc08903e2472d33c8593963e /overlay
parent7e8451c6b2c004f61d557afb785ec97179ee69b2 (diff)
wayne-common: overlay: Enable Swipe Up gesture navigation
Change-Id: I6ee5f42748cac1414e5c7f1327fe0f42bf6d863a Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5a47d92..1e09e21 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -468,4 +468,7 @@
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
+
+ <!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
+ <bool name="config_swipe_up_gesture_setting_available">true</bool>
</resources>