blob: 52dd67ae4cea9044e5e2b79219f114f2b25b3327 [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 29, the call containing class androidx.camera.view.PreviewView is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" saveAttributeDataForStyleable(context, R.styleable.PreviewView, attrs, attributes,"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/view/PreviewView.java"
line="199"
column="13"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 24, the call containing class androidx.camera.view.SurfaceViewImplementation is not annotated with @RequiresApi(x) where x is at least 24. Either annotate the containing class with at least @RequiresApi(24) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(24)."
errorLine1=" PixelCopy.request(mSurfaceView, bitmap, copyResult -> {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/camera/view/SurfaceViewImplementation.java"
line="125"
column="19"/>
</issue>
</issues>