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

Commit c2a55c34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Define flags for audio API hardening as read-only" into main

parents e1ed4815 ac3e2b19
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ flag {
    bug: "316414750"
}

# TODO remove
flag {
    name: "foreground_audio_control"
    is_exported: true
@@ -102,6 +103,27 @@ flag {
    bug: "307537538"
}

flag {
    name: "ro_foreground_audio_control"
    is_exported: true
    namespace: "media_audio"
    description:
        "Audio focus gain requires FGS or delegation to "
        "take effect"
    bug: "296232417"
    is_fixed_read_only: true
}

flag {
    name: "ro_volume_ringer_api_hardening"
    namespace: "media_audio"
    description: "Limit access to volume and ringer SDK APIs in AudioManager"
    bug: "296232417"
    is_fixed_read_only: true
}


# TODO remove
flag {
    name: "volume_ringer_api_hardening"
    namespace: "media_audio"