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

Commit 9037df2a authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "Flag to ignore notify when already connected" into main

parents dbbb1730 daef9fc8
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
    }
}