Merge "Enable feature flag for audio output switcher." into pi-dev

This commit is contained in:
Caxton Chan
2018-04-16 19:24:31 +00:00
committed by Android (Google) Code Review

View File

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