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

Commit 3b348ae9 authored by Chung Tang's avatar Chung Tang
Browse files

[OutputSwitcher] Add aConfig flag for enabling audio sharing quick access button in output switcher

Bug: 433446325
Test: EXEMPT add config flag
Flag: EXEMPT add config flag

Change-Id: I225ed954523042ec804f79f1b16915e76812edc7
parent f35fb717
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2156,3 +2156,13 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_output_switcher_audio_sharing_button"
    namespace: "cross_device_experiences"
    description: "Enables audio sharing quick button in the output switcher."
    bug: "423772889"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}