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

Commit 3244bbd6 authored by Eric Laurent's avatar Eric Laurent
Browse files

Add flag android.media.audio.concurrent_audio_record_bypass_permission

Add flag for new privileged permission CONCURRENT_AUDIO_RECORD_BYPASS.
Bug: 374751406
Test: make
Flag: EXEMPT flag definition

Change-Id: Ie13f60e74cc8fd020bd895dc117d288c5bdb24ac
parent 70af8fe1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -22,6 +22,15 @@ flag {
    bug: "302323921"
}

flag {
    name: "concurrent_audio_record_bypass_permission"
    namespace: "media_audio"
    description:
       "New privileged permission to allow bypassing concurrent audio"
       "capture rules."
    bug: "374751406"
}

flag{
    name: "enable_ringtone_haptics_customization"
    namespace: "media_audio"