diff options
author | 2024-04-30 11:53:00 -0700 | |
---|---|---|
committer | 2024-04-30 11:53:44 -0700 | |
commit | 1a81b381a2066c8a8ab7120e5600b2afe4aa3c43 (patch) | |
tree | a675de06d2083b7e4f36811055fc55a81ac7ca25 /flags/system_service.aconfig | |
parent | 26791731c323af423b955e1e5b94f3e69929f403 (diff) |
Flag: Adding airplane_mode_x_ble_on
Bug: 315241296
Test: m .
Flag: com.android.bluetooth.flags.airplane_mode_x_ble_on
Change-Id: Ide2318673a87ba612db6af8af03ccbaafa3be8c6
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 8f234ec4d1..0ef7c502fc 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -22,3 +22,13 @@ flag { description: "Remove complexity and non necessary initialization when simply binding" bug: "328698375" } + +flag { + name: "airplane_mode_x_ble_on" + namespace: "bluetooth" + description: "Airplane mode is not properly listen to when reaching BLE mode" + metadata { + purpose: PURPOSE_BUGFIX + } + bug: "338079154" +} |