diff --git a/aconfig/settings_bluetooth_declarations.aconfig b/aconfig/settings_bluetooth_declarations.aconfig new file mode 100644 index 00000000000..841430907d3 --- /dev/null +++ b/aconfig/settings_bluetooth_declarations.aconfig @@ -0,0 +1,8 @@ +package: "com.android.settings.flags" + +flag { + name: "enable_offload_bluetooth_operations_to_background_thread" + namespace: "pixel_cross_device_control" + description: "Gates whether to offload bluetooth operations to background thread" + bug: "305636727" +}