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

Commit 0326f1c5 authored by Jasmine Cha's avatar Jasmine Cha
Browse files

Add flag to gate MediaSession-less output switcher



Bug: 284227163
Test: host test from setting ui.
 atest MediaOutputPreferenceControllerTest
 atest AudioOutputSwitchPreferenceControllerTest
 atest MediaOutputIndicatorSliceTest

Change-Id: I6c2378bf929b82a5c407e6b67ac8003aea22b54e
Signed-off-by: default avatarJasmine Cha <chajasmine@google.com>
parent 9464073b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
  description: "Gates all the changes for the tv specific media output dialog"
  bug: "303205631"
}

flag {
    name: "enable_output_switcher_for_system_routing"
    namespace: "media_solutions"
    description: "Enable Output Switcher when no media is playing."
    bug: "284227163"
}