blob: d676298696c4297bdc359f379730f99cfd805826 [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="BanTargetApiAnnotation"
message="Uses @TargetApi annotation"
errorLine1=" @TargetApi(24)"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/camera/view/SurfaceViewImplementation.java"
line="117"
column="5"/>
</issue>
<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="220"
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="130"
column="19"/>
</issue>
</issues>