blob: 89f54d9b3b3b7a27b2d7b651782e0629999a95d9 [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 {
12 name: "enable_cached_bluetooth_device_dedup"
13 namespace: "bluetooth"
14 description: "Enable dedup in CachedBluetoothDevice"
15 bug: "319197962"
16 metadata {
17 purpose: PURPOSE_BUGFIX
18 }
19}
20
chelseahao69a291f2024-02-01 19:05:32 +080021flag {
22 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
23 namespace: "bluetooth"
24 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
25 bug: "316985153"
26}
Yiyi Shen4919cc22024-02-21 15:48:08 +080027
28flag {
29 name: "legacy_le_audio_sharing"
30 namespace: "pixel_cross_device_control"
31 description: "Gates the legacy le audio sharing UI."
32 bug: "322295262"
33}
34
35flag {
36 name: "enable_le_audio_sharing"
37 namespace: "pixel_cross_device_control"
38 description: "Gates whether to enable LE audio sharing"
Yiyi Shen8854bd72024-04-09 18:11:15 +080039 bug: "323125723"
Yiyi Shen4919cc22024-02-21 15:48:08 +080040}
41
42flag {
43 name: "enable_le_audio_qr_code_private_broadcast_sharing"
44 namespace: "pixel_cross_device_control"
45 description: "Gates whether to enable LE audio private broadcast sharing via QR code"
Yiyi Shen8854bd72024-04-09 18:11:15 +080046 bug: "323125723"
Srinivas Patibandla6e3328e2024-02-16 22:12:52 +000047}
48
49flag {
50 name: "enable_hide_exclusively_managed_bluetooth_device"
51 namespace: "dck_framework"
52 description: "Hide exclusively managed Bluetooth devices in BT settings menu."
53 bug: "324475542"
54}
Haijie Hong644b0b82024-03-25 11:34:53 +080055
56flag {
57 name: "enable_set_preferred_transport_for_le_audio_device"
58 namespace: "bluetooth"
59 description: "Enable setting preferred transport for Le Audio device"
60 bug: "330581926"
61 metadata {
62 purpose: PURPOSE_BUGFIX
63 }
64}