• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="4" by="lint 3.0.0">
3
4    <issue
5        id="UnusedAttribute"
6        message="Attribute `banner` is only used in API level 21 and higher (current min is 17)"
7        errorLine1="        android:banner=&quot;@drawable/app_banner&quot;"
8        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/AndroidManifest.xml"
11            line="29"
12            column="9"/>
13    </issue>
14
15    <issue
16        id="UnusedAttribute"
17        message="Attribute `banner` is only used in API level 21 and higher (current min is 17)"
18        errorLine1="            android:banner=&quot;@drawable/app_banner&quot;"
19        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="src/main/AndroidManifest.xml"
22            line="35"
23            column="13"/>
24    </issue>
25
26    <issue
27        id="UnusedAttribute"
28        message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 17)"
29        errorLine1="            android:resizeableActivity=&quot;true&quot;"
30        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="src/main/AndroidManifest.xml"
33            line="50"
34            column="13"/>
35    </issue>
36
37    <issue
38        id="UnusedAttribute"
39        message="Attribute `supportsPictureInPicture` is only used in API level 24 and higher (current min is 17)"
40        errorLine1="            android:supportsPictureInPicture=&quot;true&quot;>"
41        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="src/main/AndroidManifest.xml"
44            line="51"
45            column="13"/>
46    </issue>
47
48    <issue
49        id="InflateParams"
50        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
51        errorLine1="        View view = inflater.inflate(R.layout.header_item, null);"
52        errorLine2="                                                           ~~~~">
53        <location
54            file="src/main/java/com/google/android/leanbackjank/presenter/HeaderItemPresenter.java"
55            line="44"
56            column="60"/>
57    </issue>
58
59    <issue
60        id="GradleDependency"
61        message="A newer version of com.github.bumptech.glide:glide than 3.6.1 is available: 3.7.0"
62        errorLine1="    implementation &apos;com.github.bumptech.glide:glide:3.6.1&apos;"
63        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
64        <location
65            file="build.gradle"
66            line="6"
67            column="5"/>
68    </issue>
69
70    <issue
71        id="AllowBackup"
72        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"
73        errorLine1="    &lt;application"
74        errorLine2="    ^">
75        <location
76            file="src/main/AndroidManifest.xml"
77            line="28"
78            column="5"/>
79    </issue>
80
81    <issue
82        id="AllowBackup"
83        message="Should explicitly set `android:allowBackup` to `true` or `false` (it&apos;s `true` by default, and that can have some security implications for the application&apos;s data)"
84        errorLine1="    &lt;application"
85        errorLine2="    ^">
86        <location
87            file="src/main/AndroidManifest.xml"
88            line="28"
89            column="5"/>
90    </issue>
91
92    <issue
93        id="UseCompoundDrawables"
94        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
95        errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
96        errorLine2="^">
97        <location
98            file="src/main/res/layout/header_item.xml"
99            line="18"
100            column="1"/>
101    </issue>
102
103    <issue
104        id="MergeRootFrame"
105        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
106        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
107        errorLine2="^">
108        <location
109            file="src/main/res/layout/main.xml"
110            line="18"
111            column="1"/>
112    </issue>
113
114    <issue
115        id="UnusedResources"
116        message="The resource `R.dimen.card_width` appears to be unused"
117        errorLine1="    &lt;dimen name=&quot;card_width&quot;>156dp&lt;/dimen>"
118        errorLine2="           ~~~~~~~~~~~~~~~~~">
119        <location
120            file="src/main/res/values/dimens.xml"
121            line="20"
122            column="12"/>
123    </issue>
124
125    <issue
126        id="UnusedResources"
127        message="The resource `R.dimen.card_height` appears to be unused"
128        errorLine1="    &lt;dimen name=&quot;card_height&quot;>88dp&lt;/dimen>"
129        errorLine2="           ~~~~~~~~~~~~~~~~~~">
130        <location
131            file="src/main/res/values/dimens.xml"
132            line="21"
133            column="12"/>
134    </issue>
135
136    <issue
137        id="UnusedResources"
138        message="The resource `R.drawable.movie` appears to be unused">
139        <location
140            file="src/main/res/drawable/movie.png"/>
141    </issue>
142
143    <issue
144        id="IconLauncherShape"
145        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
146        <location
147            file="src/main/res/drawable/app_banner.png"/>
148    </issue>
149
150    <issue
151        id="IconLocation"
152        message="Found bitmap drawable `res/drawable/android_header.png` in densityless folder">
153        <location
154            file="src/main/res/drawable/android_header.png"/>
155    </issue>
156
157    <issue
158        id="IconLocation"
159        message="Found bitmap drawable `res/drawable/app_banner.png` in densityless folder">
160        <location
161            file="src/main/res/drawable/app_banner.png"/>
162    </issue>
163
164    <issue
165        id="IconLocation"
166        message="Found bitmap drawable `res/drawable/movie.png` in densityless folder">
167        <location
168            file="src/main/res/drawable/movie.png"/>
169    </issue>
170
171    <issue
172        id="MissingApplicationIcon"
173        message="Should explicitly set `android:icon`, there is no default"
174        errorLine1="    &lt;application"
175        errorLine2="    ^">
176        <location
177            file="src/main/AndroidManifest.xml"
178            line="28"
179            column="5"/>
180    </issue>
181
182    <issue
183        id="GoogleAppIndexingWarning"
184        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."
185        errorLine1="    &lt;application"
186        errorLine2="    ^">
187        <location
188            file="src/main/AndroidManifest.xml"
189            line="28"
190            column="5"/>
191    </issue>
192
193    <issue
194        id="ContentDescription"
195        message="Missing `contentDescription` attribute on image"
196        errorLine1="    &lt;ImageView"
197        errorLine2="    ^">
198        <location
199            file="src/main/res/layout/header_item.xml"
200            line="23"
201            column="5"/>
202    </issue>
203
204</issues>
205