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

Commit f07602be authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am c1aaa6ae: am 5ab70110: am a9845680: am a95d9f0b: am 16c1764c: Merge "Change...

am c1aaa6ae: am 5ab70110: am a9845680: am a95d9f0b: am 16c1764c: Merge "Change MANAGE_FINGERPRINT permission to system|signature" into mnc-dev

* commit 'c1aaa6ae':
  Change MANAGE_FINGERPRINT permission to system|signature
parents 40d8c2be c1aaa6ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2446,7 +2446,7 @@

    <!-- Allows managing (adding, removing) fingerprint templates. Reserved for the system. @hide -->
    <permission android:name="android.permission.MANAGE_FINGERPRINT"
        android:protectionLevel="signature" />
        android:protectionLevel="system|signature" />

    <!-- Allows an application to control keyguard.  Only allowed for system processes.
        @hide -->