Rename some biometrics things since it's no longer specifically for biometric auth
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import android.os.Build
|
||||
import androidx.biometric.BiometricManager
|
||||
import androidx.biometric.BiometricManager.Authenticators
|
||||
|
||||
object BiometricUtil {
|
||||
object AuthenticatorUtil {
|
||||
|
||||
fun getSupportedAuthenticators(context: Context): Int {
|
||||
if (isLegacySecured(context)) {
|
||||
Reference in New Issue
Block a user