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

Commit 651d0335 authored by ryanywlin's avatar ryanywlin Committed by Ryan Lin
Browse files

Enable feature flag for audio output switcher.

Bug: 74130772
Test: Build
Change-Id: I04d0276681488c73c62b1f9ab6114c948bb50482
parent 8b7f7f1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_about_phone_v2", "true");
        DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
        DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
        DEFAULT_FLAGS.put("settings_audio_switcher", "false");
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
    }

    /**