Loading core/java/android/util/FeatureFlagUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,8 @@ public class FeatureFlagUtils { // Disabled by default until b/148278926 is resolved. This flags guards a feature // 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"); } /** Loading Loading
core/java/android/util/FeatureFlagUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,8 @@ public class FeatureFlagUtils { // Disabled by default until b/148278926 is resolved. This flags guards a feature // 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"); } /** Loading