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

Commit 2d5317c4 authored by Eric Laurent's avatar Eric Laurent
Browse files

Remove role from protection level for BYPASS_CONCURRENT_RECORD_AUDIO_RESTRICTION permission

This permission is not granted by any role available to 3rd party apps.

Bug: 374751406
Test: make
Relnote: N/A
Flag: android.media.audio.concurrent_audio_record_bypass_permission
Change-Id: Ie35eadd00fe3a0cd2c33e9f33c02167dec0b654c
parent b7347349
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6516,7 +6516,7 @@
     @hide -->
    <permission android:name="android.permission.BYPASS_CONCURRENT_RECORD_AUDIO_RESTRICTION"
        android:featureFlag="android.media.audio.concurrent_audio_record_bypass_permission"
        android:protectionLevel="signature|privileged|role" />
        android:protectionLevel="signature|privileged" />

    <!-- @SystemApi Allows an application to capture audio for hotword detection.
         <p>Not for use by third-party applications.</p>