diff options
author | 2024-08-26 11:30:12 -0700 | |
---|---|---|
committer | 2024-08-26 11:32:35 -0700 | |
commit | 992f3bc24c8ec997f2ba281920a67c3105da47fa (patch) | |
tree | c309440f718938d6410ef56333464a0e820a7783 /flags/system_service.aconfig | |
parent | 5832cfb35d995de067de1b414fe1a7e22c27254c (diff) |
Revert "Flag: broadcast_adapter_state_with_callback"
This reverts commit 22f60dffb69a8ee5e91136db69ba260c22cd3033.
Reason: Creating crash on some early process and not really reducing
flakiness in intensive testing
Bug: 362049035
Bug: 357645528
Test: m Bluetooth
Flag: com.android.bluetooth.flags.broadcast_adapter_state_with_callback
Change-Id: I8b9fb0505e0babd32ad8ebdd2c6cd1178a912c03
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 2dc4cb1b04..b59a9c1b4c 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -30,16 +30,6 @@ flag { } flag { - name: "broadcast_adapter_state_with_callback" - namespace: "bluetooth" - description: "Instead of caching the value with an IPC cache, we directly broadcast the state to each app so they can store it locally" - metadata { - purpose: PURPOSE_BUGFIX - } - bug: "357645528" -} - -flag { name: "fast_bind_to_app" namespace: "bluetooth" description: "Remove complexity and non necessary initialization when simply binding" |