suBiometric: remove biometric

use device credential to support more devices and second user
This commit is contained in:
vvb2060
2023-07-29 00:50:24 +08:00
committed by John Wu
parent 91c92051f1
commit 678c07fff5
3 changed files with 46 additions and 41 deletions

View File

@@ -3,9 +3,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:maxSdkVersion="25" />
<application tools:ignore="MissingApplicationIcon">
</application>