Merge "Change the feature flag for Hearing Aid behavior" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-11-09 00:24:27 +00:00
committed by Android (Google) Code Review

View File

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