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

Commit c83401db authored by Sunny Shao's avatar Sunny Shao
Browse files

Add a new feature flag for Settings Schedules

Fixes: 148995400
Test: compilation
Change-Id: Id54eb51068ddf7b1a8fbbf535c7e0e86d1c9b5da
parent c9a7cd6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ public class FeatureFlagUtils {
    /** @hide */
    public static final String SETTINGS_DO_NOT_RESTORE_PRESERVED =
            "settings_do_not_restore_preserved";
    /** @hide */
    public static final String SETTINGS_SCHEDULES_FLAG = "settings_schedules";

    private static final Map<String, String> DEFAULT_FLAGS;

@@ -76,6 +78,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "false");

        DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
        DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false");
    }

    /**