Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a81b381 authored by William Escande's avatar William Escande
Browse files

Flag: Adding airplane_mode_x_ble_on

Bug: 315241296
Test: m .
Flag: com.android.bluetooth.flags.airplane_mode_x_ble_on
Change-Id: Ide2318673a87ba612db6af8af03ccbaafa3be8c6
parent 26791731
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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"
}