Rename some biometrics things since it's no longer specifically for biometric auth

This commit is contained in:
arkon
2021-05-22 12:39:47 -04:00
parent bbbcb18b91
commit c741920ec0
7 changed files with 17 additions and 17 deletions

View File

@@ -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)) {