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

Commit 91396395 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

Change-Id: I8bcd4abd4aeef7d88e43c1ef0c1b21b3cbd75149
parents 6a355210 31d6ca5c
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");
    }

    /**