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

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

Merge "Add default value for battery app list flag"

parents 95b897aa ee0e2e9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_app_info_v2", "false");
        DEFAULT_FLAGS.put("settings_connected_device_v2", "false");
        DEFAULT_FLAGS.put("settings_battery_v2", "false");
        DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
    }

    /**