1package: "com.android.settings.flags" 2container: "system_ext" 3 4flag { 5 name: "enable_offload_bluetooth_operations_to_background_thread" 6 namespace: "pixel_cross_device_control" 7 description: "Gates whether to offload bluetooth operations to background thread" 8 bug: "305636727" 9} 10 11flag { 12 name: "hide_le_audio_toggle_for_le_audio_only_device" 13 namespace: "pixel_cross_device_control" 14 description: "Gates whether to hide LeAudio toggle for LeAudio-only device" 15 bug: "333827147" 16 metadata { 17 purpose: PURPOSE_BUGFIX 18 } 19} 20 21flag { 22 name: "enable_bluetooth_device_details_polish" 23 namespace: "cross_device_experiences" 24 description: "Gates whether to enable bluetooth device details polish" 25 bug: "343317785" 26} 27 28flag { 29 name: "enable_bluetooth_key_missing_dialog" 30 namespace: "cross_device_experiences" 31 description: "Show a dialog if the bluetooth key is missing when reconnecting" 32 bug: "360031750" 33 metadata { 34 purpose: PURPOSE_BUGFIX 35 } 36} 37 38flag { 39 name: "enable_battery_level_display" 40 namespace: "cross_device_experiences" 41 description: "Show battery level when available" 42 bug: "380790573" 43 metadata { 44 purpose: PURPOSE_BUGFIX 45 } 46} 47 48flag { 49 name: "enable_nearby_share_entrypoint" 50 namespace: "cross_device_experiences" 51 description: "Show Nearby Share entrypoint in Bluetooth Sharing page" 52 bug: "381799866" 53 metadata { 54 purpose: PURPOSE_BUGFIX 55 } 56} 57 58flag { 59 name: "enable_remove_association_bt_unpair" 60 is_exported: true 61 namespace: "companion" 62 description: "Allow to disassociate when to forget a BT pair device" 63 bug: "365613753" 64 } 65