Merge "Change the feature flag for Hearing Aid behavior" am: 31d6ca5c3a

am: 91396395e1

Change-Id: I2f2411e9ca6564dce34123e282613c306c8734ea
This commit is contained in:
Stanley Tng
2018-11-02 09:09:31 -07:00
committed by android-build-merger

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");
}
/**