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

Commit 5398f3d3 authored by Wenyu Zhang's avatar Wenyu Zhang
Browse files

Add flag for singleton AudioManagerRouteController

To fix the audio routing HSUM related issue.

Change-Id: I060d5fbc6313107445570c8aba50218ae5368e57
Bug: b/372868909
Test: presubmit
Flag: com.android.media.flags.enable_singleton_audio_manager_route_controller
parent 7beb61d1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -173,6 +173,18 @@ flag {
    bug: "281072508"
}


flag {
    name: "enable_singleton_audio_manager_route_controller"
    is_exported: true
    namespace: "media_solutions"
    description: "Use singleton AudioManagerRouteController shared across all users."
    bug: "372868909"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_use_of_bluetooth_device_get_alias_for_mr2info_get_name"
    namespace: "media_solutions"