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

Commit 26b163aa authored by William Escande's avatar William Escande
Browse files

Sort system service flags

Bug: 315241296
Test: None
Flags: Exempt, re-ordering the file
Change-Id: I79c24a5bf6a32fe1de7c462e4d38a9ca28f4420f
parent 99392b8d
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -2,18 +2,21 @@ package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "auto_on_feature"
    is_exported: true
    name: "airplane_mode_x_ble_on"
    namespace: "bluetooth"
    description: "Turn bluetooth on next morning at 5 am"
    bug: "323060869"
    description: "Airplane mode is not properly listen to when reaching BLE mode"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    bug: "338079154"
}

flag {
    name: "system_server_messenger"
    name: "auto_on_feature"
    is_exported: true
    namespace: "bluetooth"
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
    description: "Turn bluetooth on next morning at 5 am"
    bug: "323060869"
}

flag {
@@ -24,11 +27,8 @@ flag {
}

flag {
    name: "airplane_mode_x_ble_on"
    name: "system_server_messenger"
    namespace: "bluetooth"
    description: "Airplane mode is not properly listen to when reaching BLE mode"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    bug: "338079154"
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
}