Merge "Enable systemui_theme feature flag" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-29 18:22:16 +00:00
committed by Android (Google) Code Review

View File

@@ -43,7 +43,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
DEFAULT_FLAGS.put("settings_audio_switcher", "true");
DEFAULT_FLAGS.put("settings_systemui_theme", "false");
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
}
/**