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

Commit 43b33185 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Audio Policy: add flag for media routing to BT SCO" into main

parents 5913501f a13ac9f7
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -37,6 +37,15 @@ flag {
    bug: "339515899"
}

flag {
    name: "fix_input_sharing_logic"
    namespace: "media_audio"
    description:
        "Fix the audio policy logic that decides to reuse or close "
        "input streams when resources are exhausted"
    bug: "338446410"
}

flag {
    name: "mutex_priority_inheritance"
    namespace: "media_audio"
@@ -48,10 +57,9 @@ flag {
}

flag {
    name: "fix_input_sharing_logic"
    name: "use_bt_sco_for_media"
    namespace: "media_audio"
    description:
        "Fix the audio policy logic that decides to reuse or close "
        "input streams when resources are exhausted"
    bug: "338446410"
        "Play media strategy over Bluetooth SCO when active"
    bug: "292037886"
}