mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Add case for androidx.biometric api
This commit is contained in:
@@ -9,6 +9,8 @@ private class AuthenticationCallbackClass extends Class {
|
||||
"FingerprintManager$AuthenticationCallback")
|
||||
or
|
||||
this.hasQualifiedName("android.hardware.biometrics", "BiometricPrompt$AuthenticationCallback")
|
||||
or
|
||||
this.hasQualifiedName("androidx.biometric", "BiometricPrompt$AuthenticationCallback")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user