[go: nahoru, domu]

blob: 3eb3abec1acae4af378b8b1b0a2071cf307fde65 [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="BanUncheckedReflection"
message="Calling Method.invoke without an SDK check"
errorLine1=" canAuthenticateWithCrypto.invoke(mBiometricManager, crypto);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/biometric/BiometricManager.java"
line="426"
column="29"/>
</issue>
<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>
</issues>