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

Commit 84f9d102 authored by Jacqueline Bronger's avatar Jacqueline Bronger
Browse files

Add a flag for TvMediaOutputDialog.

Adding the flag to the SettingsLib since changes are being made here, in
the TvSystemUI, SystemUI and TvSettings and SettingsLib is accessible in
all of these places.

Bug: 303205631
Test: manual - added flag usage to TvSystemUI and SettingsLib and flag
worked as expected

Change-Id: Id8158f084f6c355f92c0ec864d649c1cb178cf38
parent fb51179b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "Gates whether to use a MediaRouter2-based implementation of InfoMediaManager, instead of the legacy MediaRouter2Manager-based implementation."
  bug: "192657812"
}

flag {
  name: "enable_tv_media_output_dialog"
  namespace: "tv_system_ui"
  description: "Gates all the changes for the tv specific media output dialog"
  bug: "303205631"
}
 No newline at end of file