diff options
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index ba51b23c..91b6348 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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 --> |