Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cd1bff4 authored by Stanley Tng's avatar Stanley Tng Committed by android-build-merger
Browse files

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

am: 91396395

Change-Id: I2f2411e9ca6564dce34123e282613c306c8734ea
parents 10163d9d 91396395
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
    }

    /**