blob: 79c3ff9ce9891a3d0088ae800a4026ca6bc04981 [file] [log] [blame]
Evan Lairda06440f2023-12-15 17:14:07 -05001package: "com.android.settingslib.flags"
Dennis Shen38147a32024-04-04 12:40:08 +00002container: "system"
Evan Lairda06440f2023-12-15 17:14:07 -05003
4flag {
5 name: "new_status_bar_icons"
6 namespace: "systemui"
7 description: "Enable new status bar system icons"
8 bug: "314812750"
9}
10
chelseahaob9cd8fe2024-02-02 17:49:31 +080011flag {
chelseahao69a291f2024-02-01 19:05:32 +080012 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
13 namespace: "bluetooth"
14 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
15 bug: "316985153"
16}
Yiyi Shen4919cc22024-02-21 15:48:08 +080017
18flag {
19 name: "legacy_le_audio_sharing"
20 namespace: "pixel_cross_device_control"
21 description: "Gates the legacy le audio sharing UI."
22 bug: "322295262"
23}
24
25flag {
26 name: "enable_le_audio_sharing"
27 namespace: "pixel_cross_device_control"
28 description: "Gates whether to enable LE audio sharing"
Yiyi Shen8854bd72024-04-09 18:11:15 +080029 bug: "323125723"
Yiyi Shen4919cc22024-02-21 15:48:08 +080030}
31
32flag {
33 name: "enable_le_audio_qr_code_private_broadcast_sharing"
34 namespace: "pixel_cross_device_control"
35 description: "Gates whether to enable LE audio private broadcast sharing via QR code"
Yiyi Shen8854bd72024-04-09 18:11:15 +080036 bug: "323125723"
Srinivas Patibandla6e3328e2024-02-16 22:12:52 +000037}
38
39flag {
40 name: "enable_hide_exclusively_managed_bluetooth_device"
41 namespace: "dck_framework"
42 description: "Hide exclusively managed Bluetooth devices in BT settings menu."
43 bug: "324475542"
44}
Haijie Hong644b0b82024-03-25 11:34:53 +080045
46flag {
47 name: "enable_set_preferred_transport_for_le_audio_device"
48 namespace: "bluetooth"
49 description: "Enable setting preferred transport for Le Audio device"
50 bug: "330581926"
51 metadata {
52 purpose: PURPOSE_BUGFIX
53 }
54}
Will Leshner6af8e642024-05-07 15:37:40 -070055
56flag {
Ze Li64cf6532024-05-17 18:08:48 +080057 name: "enable_determining_advanced_details_header_with_metadata"
58 namespace: "pixel_cross_device_control"
59 description: "Use metadata instead of device type to determine whether a bluetooth device should use advanced details header."
60 bug: "328556903"
61 metadata {
62 purpose: PURPOSE_BUGFIX
63 }
64}
Haijie Hong765df2d2024-06-12 13:14:46 +080065
66flag {
67 name: "enable_determining_spatial_audio_attributes_by_profile"
68 namespace: "cross_device_experiences"
69 description: "Use bluetooth profile connection policy to determine spatial audio attributes"
70 bug: "341005211"
71 metadata {
72 purpose: PURPOSE_BUGFIX
73 }
74}
Ioana Alexandru4a02c222024-06-17 18:26:51 +020075
76flag {
77 name: "volume_panel_broadcast_fix"
78 namespace: "systemui"
79 description: "Make the volume panel's repository listen for the new ACTION_CONSOLIDATED_NOTIFICATION_POLICY_CHANGED broadcast instead of ACTION_NOTIFICATION_POLICY_CHANGED"
80 bug: "347707024"
81 metadata {
82 purpose: PURPOSE_BUGFIX
83 }
84}
Yiyi Shen1afae0a2024-07-05 11:01:34 +080085
86flag {
87 name: "volume_dialog_audio_sharing_fix"
88 namespace: "cross_device_experiences"
89 description: "Gates whether to show separate volume bars during audio sharing"
90 bug: "336716411"
91 metadata {
92 purpose: PURPOSE_BUGFIX
93 }
94}
pajacechena576114f2024-07-03 17:38:32 +080095
96flag {
97 name: "extreme_power_low_state_vulnerability"
98 namespace: "pixel_energizer"
99 description: "the battery saver can pause all non-essential apps and their corresponding notification when device is in locked state to introduce the security vulnerability"
100 bug: "346513692"
101 metadata {
102 purpose: PURPOSE_BUGFIX
103 }
104}
Sunny Shaoe07ff372024-07-22 16:59:06 +0800105
106flag {
107 name: "settings_catalyst"
108 namespace: "android_settings"
109 description: "Settings catalyst project migration"
110 bug: "323791114"
Angela Wang33600e82024-08-02 04:14:01 +0000111}
112
113flag {
114 name: "asha_profile_access_profile_enabled_true"
115 namespace: "accessibility"
116 description: "Changes the return value of HearingAidProfile.accessProfileEnabled() to true"
117 bug: "356530795"
118 metadata {
119 purpose: PURPOSE_BUGFIX
120 }
121}
Yiyi Shen1ae132a2024-08-12 18:32:47 +0800122
123flag {
124 name: "audio_sharing_hysteresis_mode_fix"
125 namespace: "cross_device_experiences"
126 description: "Gates whether to enable fix for hysteresis mode"
127 bug: "355222285"
128 metadata {
129 purpose: PURPOSE_BUGFIX
130 }
131}
Yiyi Shen4149a642024-09-03 18:06:58 +0800132
133flag {
134 name: "member_device_lea_active_state_sync_fix"
135 namespace: "cross_device_experiences"
136 description: "Gates whether to enable fix for member device active state sync on lea profile"
137 bug: "364201289"
138 metadata {
139 purpose: PURPOSE_BUGFIX
140 }
141}
chelseahao27ee47b2024-09-13 11:50:33 +0800142
143flag {
144 name: "audio_sharing_qs_dialog_improvement"
145 namespace: "cross_device_experiences"
146 description: "Gates whether to enable audio sharing qs dialog improvement"
147 bug: "360759048"
148 metadata {
149 purpose: PURPOSE_BUGFIX
150 }
151}