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

Commit 9da44078 authored by Jim Miller's avatar Jim Miller
Browse files

Change MANAGE_FINGERPRINT permission to system|signature

This allows fingerprint enrollment to be done from
system-installed apps, such as Setup Wizard.

Fixes bug 21695577

Change-Id: I990912dcf229aa03f6350f96a09ff4588b20ca48
parent 1c277ca8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2436,7 +2436,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 -->