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

Commit e2b942ef authored by Raff Tsai's avatar Raff Tsai Committed by Android (Google) Code Review
Browse files

Merge "Add a feature flag for controller loading enhancement"

parents 224bccea b2e89157
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_skip_direction_mutable", "true");
        DEFAULT_FLAGS.put(SETTINGS_WIFITRACKER2, "false");
        DEFAULT_FLAGS.put("settings_work_profile", "false");
        DEFAULT_FLAGS.put("settings_controller_loading_enhancement", "false");
    }

    /**