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

Commit 4d36b7e6 authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "Flag to ignore notify when already connected" into main am: 9037df2a

parents 35e01983 9037df2a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -122,3 +122,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "ignore_notify_when_already_connected"
    namespace: "bluetooth"
    description: "Flag to ignore connect state notification from Native to Java layer when already connected"
    bug: "346679106"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}