summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig
blob: f3e537b33230cb15c8ed7377929ccc5dc1e632f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package: "com.android.settingslib.media.flags"

flag {
  name: "use_media_router2_for_info_media_manager"
  namespace: "media_solutions"
  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"
}

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