Revert "overlay/common: Unlock swipe gesture nav bar"
No longer needed. Starting with R 'true' is default.
This reverts commit 403a0ad3d8d253dae1e12d198b1d2449c7406bca.
Change-Id: I18cccb5b057ab4742e839bb2786227ab41c07b1d
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 d07ebde..7c04892 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -74,9 +74,6 @@
<!-- 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>
-
<!-- Whether or not we should show the option to show battery percentage -->
<bool name="config_battery_percentage_setting_available">false</bool>