From ab4209540921deb5682f351f92056935d55fab6c Mon Sep 17 00:00:00 2001 From: Zhen Zhang Date: Thu, 5 Mar 2020 15:12:57 -0800 Subject: Enable settings_tether_all_in_one by default Enable the flag to show the new tethering settings UI. Bug: 147675042 Test: manually test. Change-Id: Idba65c588c08b8474aba97feeca1ed234c1c73ca --- core/java/android/util/FeatureFlagUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/util/FeatureFlagUtils.java b/core/java/android/util/FeatureFlagUtils.java index cfbe393bfcc8..6b87a10643fd 100644 --- a/core/java/android/util/FeatureFlagUtils.java +++ b/core/java/android/util/FeatureFlagUtils.java @@ -71,7 +71,7 @@ public class FeatureFlagUtils { // introduced in R and will be removed in the next release (b/148367230). DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "false"); - DEFAULT_FLAGS.put("settings_tether_all_in_one", "false"); + DEFAULT_FLAGS.put("settings_tether_all_in_one", "true"); DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false"); DEFAULT_FLAGS.put("settings_contextual_home2", "false"); } -- cgit v1.2.3-59-g8ed1b