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

This commit is contained in:
TreeHugger Robot
2018-03-07 01:38:53 +00:00
committed by Android (Google) Code Review

View File

@@ -43,6 +43,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", "false");
DEFAULT_FLAGS.put("settings_audio_switcher", "false");
}
/**