910e62b5创建于 1月15日历史提交
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 9.0.0-alpha14" type="baseline" client="" dependencies="true" name="" variant="all" version="9.0.0-alpha14">

    <issue
        id="PictureInPictureIssue"
        message="An activity in this app supports picture-in-picture and the targetSdkVersion is 31 or above; it is therefore strongly recommended to call both `setAutoEnterEnabled(true)` and `setSourceRectHint(...)`"
        errorLine1="    &lt;application>"
        errorLine2="     ~~~~~~~~~~~">
        <location
            file="android_lint_cache/aars/play-services-base.aar/AndroidManifest.xml"
            line="19"
            column="6"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `#FFFFFF` with a theme that also paints a background (inferred theme is `@android:style/Theme.Holo`)"
        errorLine1="    android:background=&quot;#FFFFFF&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chromecast/browser/android/apk/res/layout/cast_web_contents_activity.xml"
            line="9"
            column="5"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.ic_settings_cast_background` appears to be unused"
        errorLine1="  &lt;color name=&quot;ic_settings_cast_background&quot;>#1c73e8&lt;/color>"
        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chromecast/browser/android/apk/res-values/values/colors.xml"
            line="3"
            column="10"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_cast_vector` appears to be unused"
        errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="../../chromecast/browser/android/apk/res/drawable-nodpi/ic_cast_vector.xml"
            line="1"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_settings_cast` appears to be unused">
        <location
            file="../../chromecast/browser/android/apk/res/drawable-hdpi/ic_settings_cast.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.CastShellTheme` appears to be unused"
        errorLine1="    &lt;style name=&quot;CastShellTheme&quot; parent=&quot;@android:style/Theme.Holo.Light.NoActionBar&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chromecast/browser/android/apk/res-values/values-v17/styles.xml"
            line="9"
            column="12"/>
    </issue>

</issues>