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

Commit 522ac3ca authored by chelseahao's avatar chelseahao Committed by Chelsea Hao
Browse files

Add aconfig flag to play pause audio stream by modify source

Flag: EXEMPT add flag
Test: compile
Bug: 384976631
Change-Id: I58ce65ad7d4b5cd10631ac5edc58cdfb450bfedf
parent 0def0884
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -242,3 +242,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "audio_stream_play_pause_by_modify_source"
    namespace: "cross_device_experiences"
    description: "Play pause the audio stream by modify source"
    bug: "384976631"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}