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

Commit f25990ec authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to prevent device removal from different thread

Change-Id: I43502d08e0ebad57f12df75bac15c35fad8fc295
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.remove_device_in_main_thread
Bug: 381275933
Bug: 315241296
parent bbda2bf5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -230,3 +230,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_device_in_main_thread"
    namespace: "bluetooth"
    description: "Device must be removed in main thread"
    bug: "381275933"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}