blob: a6d6eee70b1462aefeff5ff0987f548b7332f2e8 [file] [log] [blame]
Evan Lairda06440f2023-12-15 17:14:07 -05001package: "com.android.settingslib.flags"
2
3flag {
4 name: "new_status_bar_icons"
5 namespace: "systemui"
6 description: "Enable new status bar system icons"
7 bug: "314812750"
8}
9
chelseahaob9cd8fe2024-02-02 17:49:31 +080010flag {
11 name: "enable_cached_bluetooth_device_dedup"
12 namespace: "bluetooth"
13 description: "Enable dedup in CachedBluetoothDevice"
14 bug: "319197962"
15 metadata {
16 purpose: PURPOSE_BUGFIX
17 }
18}
19
chelseahao69a291f2024-02-01 19:05:32 +080020flag {
21 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
22 namespace: "bluetooth"
23 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
24 bug: "316985153"
25}
Yiyi Shen4919cc22024-02-21 15:48:08 +080026
27flag {
28 name: "legacy_le_audio_sharing"
29 namespace: "pixel_cross_device_control"
30 description: "Gates the legacy le audio sharing UI."
31 bug: "322295262"
32}
33
34flag {
35 name: "enable_le_audio_sharing"
36 namespace: "pixel_cross_device_control"
37 description: "Gates whether to enable LE audio sharing"
38 bug: "305620450"
39}
40
41flag {
42 name: "enable_le_audio_qr_code_private_broadcast_sharing"
43 namespace: "pixel_cross_device_control"
44 description: "Gates whether to enable LE audio private broadcast sharing via QR code"
45 bug: "308368124"
Srinivas Patibandla6e3328e2024-02-16 22:12:52 +000046}
47
48flag {
49 name: "enable_hide_exclusively_managed_bluetooth_device"
50 namespace: "dck_framework"
51 description: "Hide exclusively managed Bluetooth devices in BT settings menu."
52 bug: "324475542"
53}
Haijie Hong644b0b82024-03-25 11:34:53 +080054
55flag {
56 name: "enable_set_preferred_transport_for_le_audio_device"
57 namespace: "bluetooth"
58 description: "Enable setting preferred transport for Le Audio device"
59 bug: "330581926"
60 metadata {
61 purpose: PURPOSE_BUGFIX
62 }
63}