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

Commit e54a9e2d authored by Matt Garnes's avatar Matt Garnes Committed by Steve Kondik
Browse files

Allow CAPTURE_AUDIO_HOTWORD to be whitelisted by signature.

Change-Id: Ia4589c0fd5480a6f462812f5081160262632f09f
parent f2ed5861
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2190,7 +2190,8 @@
         <p>Not for use by third-party applications.</p>
         @hide -->
    <permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD"
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature|privileged"
        androidprv:allowViaWhitelist="true" />

    <!-- @SystemApi Allows an application to modify audio routing and override policy decisions.
         <p>Not for use by third-party applications.</p>