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

Commit c9a7466d authored by Vlad Popa's avatar Vlad Popa
Browse files

Add flag for fixing the setStreamVolume race condition

Test: adb shell device_config put media_audio com.android.media.audio.set_stream_volume_order true
Bug: 329202581
Change-Id: I62ed5defae58d6ff56569dad16d1bc06887411f5
parent c6fa1639
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -52,6 +52,15 @@ flag {
    bug: "312456558"
}

flag {
    name: "set_stream_volume_order"
    namespace: "media_audio"
    description:
        "Fix race condition by adjusting the order when"
        "setStreamVolume is calling into the BT stack"
    bug: "329202581"
}

flag {
    name: "spatializer_offload"
    namespace: "media_audio"