aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-10-05 00:00:35 -0700
committerJeferson <jroliveira.oliveira301@gmail.com>2022-06-02 16:17:41 +0200
commit5d815ca1b2814c4e4ff44ff2e5c4150f21f8a176 (patch)
tree0cf4de3272ac6708346200d7e7dd285fec84d829
parent47aadd619dbdbce2bfad2e2256a405d331d0a110 (diff)
lake: Default to full gesture navigation
This is what most people use nowadays, so let's use it as the default. People who don't like it can still change it in Settings. Change-Id: I2a354dbe3cf436428197f78e033b0387b6b0e523
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 5 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 c4d8080..a0140aa 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -46,4 +46,9 @@
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
+ <!-- Controls the navigation bar interaction mode:
+ 0: 3 button mode (back, home, overview buttons)
+ 1: 2 button mode (back, home buttons + swipe up for overview)
+ 2: gestures only for back, home and overview -->
+ <integer name="config_navBarInteractionMode">2</integer>
</resources>