1package: "com.android.settingslib.media.flags" 2container: "system" 3 4flag { 5 name: "use_media_router2_for_info_media_manager" 6 namespace: "media_solutions" 7 description: "Gates whether to use a MediaRouter2-based implementation of InfoMediaManager, instead of the legacy MediaRouter2Manager-based implementation." 8 bug: "192657812" 9} 10 11flag { 12 name: "enable_tv_media_output_dialog" 13 namespace: "tv_system_ui" 14 description: "Gates all the changes for the tv specific media output dialog" 15 bug: "303205631" 16} 17 18flag { 19 name: "enable_output_switcher_for_system_routing" 20 namespace: "media_solutions" 21 description: "Enable Output Switcher when no media is playing." 22 bug: "284227163" 23} 24 25flag { 26 name: "remove_unnecessary_route_scanning" 27 namespace: "media_solutions" 28 description: "Avoid active scan requests on UI components that only display route status information." 29 bug: "332515672" 30 metadata { 31 purpose: PURPOSE_BUGFIX 32 } 33} 34 35flag { 36 name: "use_playback_info_for_routing_controls" 37 namespace: "media_solutions" 38 description: "Use app-provided playback info when providing media routing information." 39 bug: "333564788" 40 metadata { 41 purpose: PURPOSE_BUGFIX 42 } 43} 44 45