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

Commit d5eaee40 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Remove role from protection level for...

Merge "Remove role from protection level for BYPASS_CONCURRENT_RECORD_AUDIO_RESTRICTION permission" into main
parents 3cfcd44d 2d5317c4
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>