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

Commit 1ae132ae authored by Yiyi Shen's avatar Yiyi Shen
Browse files

[Audiosharing] Add hysteresis mode fix flag.

Test: compile
Bug: 355222285
Flag: EXEMPT add flag
Change-Id: Ia14e5da16cb92e2d866154392d8b4178eb879586
parent b8481144
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -119,3 +119,13 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "audio_sharing_hysteresis_mode_fix"
    namespace: "cross_device_experiences"
    description: "Gates whether to enable fix for hysteresis mode"
    bug: "355222285"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}