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

Commit 91940701 authored by Yiyi Shen's avatar Yiyi Shen
Browse files

Add flag to disable auto pick fallback in UI

Flag: EXEMPT add flag
Bug: 383469911
Test: compile
Change-Id: I1f0948fd4464b63acc5ee60d7226c64579cd6607
parent 619d7124
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -197,3 +197,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "disable_audio_sharing_auto_pick_fallback_in_ui"
    namespace: "cross_device_experiences"
    description: "Do not auto pick audio sharing fallback device in UI"
    bug: "383469911"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}