Merge "Change the feature flag for Hearing Aid behavior"

This commit is contained in:
Stanley Tng
2018-11-02 15:28:11 +00:00
committed by Gerrit Code Review

View File

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