commit | 403a0ad3d8d253dae1e12d198b1d2449c7406bca | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Fri Aug 17 09:20:05 2018 -0700 |
committer | Rashed Abdel-Tawab <rashedabdeltawab@gmail.com> | Sun Sep 09 19:39:42 2018 +0200 |
tree | b63919f755f2fb1c5660ddff5e6ff74fdf78ac07 | |
parent | d36312c1fdc9008b0af64a6a62626fcf77804c2a [diff] |
overlay/common: Unlock swipe gesture nav bar * The setting will only appear on devices with software nav bar. Change-Id: I243992335282456aa8198228382094ddeb5e577b
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 9e5cb3a..afcd8e0 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -92,4 +92,7 @@ <!-- Flag indicating whether round icons should be parsed from the application manifest. --> <bool name="config_useRoundIcon">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>