1package: "com.android.settingslib.flags" 2container: "system" 3 4flag { 5 name: "new_status_bar_icons" 6 namespace: "systemui" 7 description: "Enable new status bar system icons" 8 bug: "314812750" 9} 10 11flag { 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 21flag { 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} 27 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" 39 bug: "323125723" 40} 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" 46 bug: "323125723" 47} 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} 55 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} 65 66flag { 67 name: "allow_all_widgets_on_lockscreen_by_default" 68 namespace: "systemui" 69 description: "Allow all widgets on the lock screen by default." 70 bug: "328261690" 71} 72 73flag { 74 name: "enable_determining_advanced_details_header_with_metadata" 75 namespace: "pixel_cross_device_control" 76 description: "Use metadata instead of device type to determine whether a bluetooth device should use advanced details header." 77 bug: "328556903" 78 metadata { 79 purpose: PURPOSE_BUGFIX 80 } 81} 82 83flag { 84 name: "enable_determining_spatial_audio_attributes_by_profile" 85 namespace: "cross_device_experiences" 86 description: "Use bluetooth profile connection policy to determine spatial audio attributes" 87 bug: "341005211" 88 metadata { 89 purpose: PURPOSE_BUGFIX 90 } 91} 92