1package: "com.android.settings.flags"
2container: "system"
3
4flag {
5  name: "rotation_connected_display_setting"
6  namespace: "display_manager"
7  description: "Allow changing rotation of the connected display."
8  bug: "294015706"
9}
10
11flag {
12  name: "resolution_and_enable_connected_display_setting"
13  namespace: "display_manager"
14  description: "Allow enabling/disabling and changing resolution of the connected display."
15  bug: "253296253"
16}
17
18flag {
19  name: "display_topology_pane_in_display_list"
20  namespace: "display_manager"
21  description: "Shows the connected display setting and shows the topology pane in the display list, even with only one display connected."
22  bug: "352648432"
23}
24
25flag {
26  name: "enable_auth_challenge_for_usb_preferences"
27  namespace: "safety_center"
28  description: "Gates whether to require an auth challenge for changing USB preferences"
29  bug: "317367746"
30}
31
32flag {
33    name: "enable_bonded_bluetooth_device_searchable"
34    namespace: "pixel_cross_device_control"
35    description: "Set bonded bluetooth devices under connected devices page to be searchable by Settings search."
36    bug: "319056077"
37    metadata {
38        purpose: PURPOSE_BUGFIX
39    }
40}
41
42flag {
43    name: "exclude_webcam_auth_challenge"
44    namespace: "safety_center"
45    description: "Gates whether to exclude webcam from USB preferences auth challenge."
46    bug: "349370229"
47    metadata {
48        purpose: PURPOSE_BUGFIX
49    }
50}
51