blob: 4b736bf1f3909f87c3e2cea3ca3c8b989d48c282 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha06" client="gradle" variant="debug" version="4.2.0-alpha06">
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 28, the call containing class null is not annotated with @RequiresApi(x) where x is at least 28. Either annotate the containing class with at least @RequiresApi(28) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(28)."
errorLine1=" ? CryptoObjectUtils.unwrapFromBiometricPrompt(result.getCryptoObject())"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/biometric/AuthenticationCallbackProvider.java"
line="229"
column="82"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 19, the call containing class androidx.biometric.BiometricFragment is not annotated with @RequiresApi(x) where x is at least 19. Either annotate the containing class with at least @RequiresApi(19) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(19)."
errorLine1=" Objects.requireNonNull(CryptoObjectUtils.wrapForBiometricPrompt(crypto));"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/biometric/BiometricFragment.java"
line="469"
column="29"/>
</issue>
</issues>