diff options
| author | 2020-05-08 17:29:48 +0000 | |
|---|---|---|
| committer | 2020-05-08 17:29:48 +0000 | |
| commit | 49afa94de7b78a1fce5df1ad49bce97aa80367a5 (patch) | |
| tree | 04fb3fd189c9414a0d72617f27133df2cc39b4d8 | |
| parent | 7da465dcfe30c161d3a90f6f53c9214cd3dd29b6 (diff) | |
| parent | 0ee569ae57a9ea4d4b966275985c98d45a425760 (diff) | |
Merge "Enable the System Navigation settings page in AOSP" into rvc-dev
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
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" /> |