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

Commit d1dc3524 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for security settings v2."

parents b9b1b172 d2b4419e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
        DEFAULT_FLAGS.put("settings_battery_v2", "false");
        DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
        DEFAULT_FLAGS.put("settings_security_settings_v2", "false");
    }

    /**