<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 3.0.0">
<issue
id="UnusedAttribute"
message="Attribute `banner` is only used in API level 21 and higher (current min is 17)"
errorLine1=" android:banner="@drawable/app_banner""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="29"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `banner` is only used in API level 21 and higher (current min is 17)"
errorLine1=" android:banner="@drawable/app_banner""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="35"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 17)"
errorLine1=" android:resizeableActivity="true""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="50"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `supportsPictureInPicture` is only used in API level 24 and higher (current min is 17)"
errorLine1=" android:supportsPictureInPicture="true">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="51"
column="13"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
errorLine1=" View view = inflater.inflate(R.layout.header_item, null);"
errorLine2=" ~~~~">
<location
file="src/main/java/com/google/android/leanbackjank/presenter/HeaderItemPresenter.java"
line="44"
column="60"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.github.bumptech.glide:glide than 3.6.1 is available: 3.7.0"
errorLine1=" implementation 'com.github.bumptech.glide:glide:3.6.1'"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="6"
column="5"/>
</issue>
<issue
id="AllowBackup"
message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
errorLine1=" <application"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="28"
column="5"/>
</issue>
<issue
id="AllowBackup"
message="Should explicitly set `android:allowBackup` to `true` or `false` (it's `true` by default, and that can have some security implications for the application's data)"
errorLine1=" <application"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="28"
column="5"/>
</issue>
<issue
id="UseCompoundDrawables"
message="This tag and its children can be replaced by one `<TextView/>` and a compound drawable"
errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
errorLine2="^">
<location
file="src/main/res/layout/header_item.xml"
line="18"
column="1"/>
</issue>
<issue
id="MergeRootFrame"
message="This `<FrameLayout>` can be replaced with a `<merge>` tag"
errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
errorLine2="^">
<location
file="src/main/res/layout/main.xml"
line="18"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_width` appears to be unused"
errorLine1=" <dimen name="card_width">156dp</dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="20"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_height` appears to be unused"
errorLine1=" <dimen name="card_height">88dp</dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="21"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.movie` appears to be unused">
<location
file="src/main/res/drawable/movie.png"/>
</issue>
<issue
id="IconLauncherShape"
message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
<location
file="src/main/res/drawable/app_banner.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/android_header.png` in densityless folder">
<location
file="src/main/res/drawable/android_header.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/app_banner.png` in densityless folder">
<location
file="src/main/res/drawable/app_banner.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/movie.png` in densityless folder">
<location
file="src/main/res/drawable/movie.png"/>
</issue>
<issue
id="MissingApplicationIcon"
message="Should explicitly set `android:icon`, there is no default"
errorLine1=" <application"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="28"
column="5"/>
</issue>
<issue
id="GoogleAppIndexingWarning"
message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details."
errorLine1=" <application"
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="28"
column="5"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ^">
<location
file="src/main/res/layout/header_item.xml"
line="23"
column="5"/>
</issue>
</issues>