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

Commit ac3e2b19 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Define flags for audio API hardening as read-only

Bug: 316414750
Test: on individual flags
Change-Id: Iea3774b7a141e3b0d1d8a5ba7e4505cdc6f4a0ff
parent be1213cf
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"