summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mehdi Alizadeh <mett@google.com> 2020-05-08 17:29:48 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-05-08 17:29:48 +0000
commit49afa94de7b78a1fce5df1ad49bce97aa80367a5 (patch)
tree04fb3fd189c9414a0d72617f27133df2cc39b4d8
parent7da465dcfe30c161d3a90f6f53c9214cd3dd29b6 (diff)
parent0ee569ae57a9ea4d4b966275985c98d45a425760 (diff)
Merge "Enable the System Navigation settings page in AOSP" into rvc-dev
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 65fa3fa1ee1d..003c0da95f9b 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -3899,7 +3899,7 @@
<string name="config_managed_provisioning_package" translatable="false">com.android.managedprovisioning</string>
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
- <bool name="config_swipe_up_gesture_setting_available">false</bool>
+ <bool name="config_swipe_up_gesture_setting_available">true</bool>
<!-- Applications which are disabled unless matching a particular sku -->
<string-array name="config_disableApksUnlessMatchedSku_apk_list" translatable="false" />