<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-alpha05" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-alpha05">

    <issue
        id="NewApi"
        message="Class requires API level 30 (current min is 24): `Natives`"
        errorLine1="  private static AnrCollector.Natives testInstance;"
        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chromecast/cast_shell_apk__lint/SRCJARS/gen/components/crash/android/anr_collector_jni_headers/org/chromium/components/crash/anr/AnrCollectorJni.java"
            line="38"
            column="18"/>
    </issue>

    <issue
        id="NewApi"
        message="Class requires API level 30 (current min is 24): `Natives`"
        errorLine1="    public void setInstanceForTesting(AnrCollector.Natives instance) {"
        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chromecast/cast_shell_apk__lint/SRCJARS/gen/components/crash/android/anr_collector_jni_headers/org/chromium/components/crash/anr/AnrCollectorJni.java"
            line="43"
            column="39"/>
    </issue>

    <issue
        id="NewApi"
        message="Class requires API level 33 (current min is 24): `Natives`"
        errorLine1="  private static MagnifierSurfaceControl.Natives testInstance;"
        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chromecast/cast_shell_apk__lint/SRCJARS/gen/content/public/android/content_jni_headers/org/chromium/content/browser/selection/MagnifierSurfaceControlJni.java"
            line="23"
            column="18"/>
    </issue>

    <issue
        id="NewApi"
        message="Class requires API level 33 (current min is 24): `Natives`"
        errorLine1="    public void setInstanceForTesting(MagnifierSurfaceControl.Natives instance) {"
        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chromecast/cast_shell_apk__lint/SRCJARS/gen/content/public/android/content_jni_headers/org/chromium/content/browser/selection/MagnifierSurfaceControlJni.java"
            line="28"
            column="39"/>
    </issue>

    <issue
        id="UnspecifiedRegisterReceiverFlag"
        message="`mReceiver` \&#xA;is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected \&#xA;broadcasts registered for an IntentFilter that cannot be inspected by lint"
        errorLine1="        mContext.registerReceiver(mReceiver, filter);"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chromecast/browser/android/apk/src/org/chromium/chromecast/shell/BroadcastReceiverScope.java"
            line="37"
            column="9"/>
    </issue>

    <issue
        id="MissingVersion"
        message="Should set `android:versionCode` to specify the application version"
        errorLine1="&lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:tools=&quot;http://schemas.android.com/tools&quot; package=&quot;org.chromium.chromecast.shell&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 xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:tools=&quot;http://schemas.android.com/tools&quot; package=&quot;org.chromium.chromecast.shell&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>
