| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-beta06" client="gradle" variant="debug" version="4.2.0-beta06"> |
| |
| <issue |
| id="UnsupportedChromeOsHardware" |
| message="Expecting `android:required="false"` for this hardware feature that may not be supported by all Chrome OS devices" |
| errorLine1=" <uses-feature android:name="android.hardware.camera" />" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="24" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="PermissionImpliesUnsupportedChromeOsHardware" |
| message="Permission exists without corresponding hardware `<uses-feature android:name="android.hardware.camera.autofocus" required="false">` tag" |
| errorLine1=" <uses-permission android:name="android.permission.CAMERA" />" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="20" |
| column="6"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/integration/extensions/CameraExtensionsActivity.java" |
| line="277" |
| column="29"/> |
| </issue> |
| |
| </issues> |