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

Commit eed84559 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Flag to prevent device removal from different thread" into main

parents 19716763 f25990ec
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
    }
}