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

Commit 6d449bb3 authored by Vlad Popa's avatar Vlad Popa
Browse files

CTA2075: add flag for loudness management

Also sorted the aconfig flags alphabetically.

Test: adb shell device_config put media_audio android.media.audio.loudness_configurator_api true
Bug: 298463873
Change-Id: I68ff95773746f7b0eb636ccb2e5e03b0840ee9b0
parent cf1baf3b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -26,3 +26,12 @@ flag {
    bug: "301713440"
}

flag {
    name: "loudness_configurator_api"
    namespace: "media_audio"
    description: "\
Enable the API for providing loudness metadata and CTA-2075 \
support."
    bug: "298463873"
}