blob: e282d544f5c489512c119c9c85b5ce31042e6513 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.0.1" client="cli" variant="all" version="4.0.1">
<issue
id="InlinedApi"
message="Field requires API level 25 (current min is 21): `android.provider.Settings.Global#DEVICE_NAME`"
errorLine1=" private static final String DEVICE_NAME_SETTING_KEY = Settings.Global.DEVICE_NAME;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="../../chromecast/base/java/src/org/chromium/chromecast/base/CastSettingsManager.java"
line="37"
column="59"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" .inflate(R.layout.cast_web_contents_activity, null);"
errorLine2=" ~~~~">
<location
file="../../chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastWebContentsFragment.java"
line="68"
column="87"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
errorLine1=" .inflate(R.layout.cast_web_contents_activity, null),"
errorLine2=" ~~~~">
<location
file="../../chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastWebContentsView.java"
line="50"
column="71"/>
</issue>
<issue
id="MissingVersion"
message="Should set `android:versionCode` to specify the application version"
errorLine1="&lt;manifest package=&quot;org.chromium.chromecast.shell&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2=" ~~~~~~~~">
<location
file="gen/chromecast/cast_shell_apk__lint/gen/cast_shell_manifest/AndroidManifest.xml"
line="2"
column="2"/>
</issue>
<issue
id="MissingVersion"
message="Should set `android:versionName` to specify the application version"
errorLine1="&lt;manifest package=&quot;org.chromium.chromecast.shell&quot; xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2=" ~~~~~~~~">
<location
file="gen/chromecast/cast_shell_apk__lint/gen/cast_shell_manifest/AndroidManifest.xml"
line="2"
column="2"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `#FFFFFF` with a theme that also paints a background (inferred theme is `@style/CastShellTheme`)"
errorLine1=" android:background=&quot;#FFFFFF&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="../../chromecast/browser/android/apk/res/layout/cast_web_contents_activity.xml"
line="12"
column="5"/>
</issue>
<issue
id="RtlEnabled"
message="The project references RTL attributes, but does not explicitly enable or disable RTL support with `android:supportsRtl` in the manifest">
<location
file="gen/chromecast/cast_shell_apk__lint/gen/cast_shell_manifest/AndroidManifest.xml"/>
</issue>
</issues>