diff options
author | 2025-03-11 17:28:44 -0700 | |
---|---|---|
committer | 2025-03-12 18:52:18 -0700 | |
commit | d8104d48ee344bb753b76632f925a80df007128f (patch) | |
tree | 7281ba60eea0c467f31cd43ef4969f2c18724d16 /flags/system_service.aconfig | |
parent | 793282209b26d676d00e7d38dd7b84396c2b3782 (diff) |
Add flag: enable_ble_while_disabling_airplane
Bug: 402563502
Bug: 315241296
Flag: com.android.bluetooth.flags.enable_ble_while_disabling_airplane
Test: m .
Change-Id: If6b0b2eaffebfd6d907e973fe57f6bfc49cb586f
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index ea40eb33de..c1cf4f6bd8 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -2,6 +2,16 @@ package: "com.android.bluetooth.flags" container: "com.android.bt" flag { + name: "enable_ble_while_disabling_airplane" + namespace: "bluetooth" + description: "Fix a race between enabling and handling airplane event" + bug: "402563502" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "kill_instead_of_exit" namespace: "bluetooth" description: "There is no value in pretending we are exiting properly. This is a kill and we should express it this way when finishing the process" |