Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f5b5d18 authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Add a feature flag for the new tether settings UI

The default value of the flag is false.
Bug:148220934
Bug:148182953
Test: Build successfully.

Change-Id: I63bcf1afe68e42759cb1c73655bd7561fe180fab
parent 44fe7fcb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");
    }

    /**