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="ResourceType"
        message="Expected resource of type styleable"
        errorLine1="                        .obtainStyledAttributes(R.style.SelectPopupDialog, SELECT_DIALOG_ATTRS);"
        errorLine2="                                                                           ~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java"
            line="127"
            column="76"/>
    </issue>

    <issue
        id="DiscouragedPrivateApi"
        message="Reflective access to sPackageManager, which is not part of the public SDK and therefore likely to change in future Android releases"
        errorLine1="            Field packageManagerField = activityThreadClass.getDeclaredField(&quot;sPackageManager&quot;);"
        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/src/org/chromium/components/embedder_support/application/FontPreloadingWorkaround.java"
            line="72"
            column="41"/>
    </issue>

    <issue
        id="DiscouragedPrivateApi"
        message="Reflective access to violationsBeingTimed, which is not part of the public SDK and therefore likely to change in future Android releases"
        errorLine1="        Field violationTimingField = StrictMode.class.getDeclaredField(&quot;violationsBeingTimed&quot;);"
        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/strictmode/android/java/src/org/chromium/components/strictmode/ReflectiveThreadStrictModeInterceptor.java"
            line="105"
            column="38"/>
    </issue>

    <issue
        id="InternalInsetResource"
        message="Using internal inset dimension resource `status_bar_height` is not supported"
        errorLine1="                resources.getIdentifier(&quot;status_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/password_manager/AccountChooserDialog.java"
            line="290"
            column="17"/>
    </issue>

    <issue
        id="InternalInsetResource"
        message="Using internal inset dimension resource `status_bar_height` is not supported"
        errorLine1="                    mActivity.getResources().getIdentifier(&quot;status_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/customtabs/features/partialcustomtab/PartialCustomTabVersionCompat.java"
            line="262"
            column="21"/>
    </issue>

    <issue
        id="InternalInsetResource"
        message="Using internal inset dimension resource `status_bar_height` is not supported"
        errorLine1="        int statusBarId = resources.getIdentifier(&quot;status_bar_height&quot;, &quot;dimen&quot;, &quot;android&quot;);"
        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/tab/TabUtils.java"
            line="96"
            column="27"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 30 (current min is 29): `collectAndWriteAnrs`"
        errorLine1="            List&lt;String> anrs = AnrCollector.collectAndWriteAnrs(anrDir);"
        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/minidump_uploader/android/java/src/org/chromium/components/minidump_uploader/CrashFileManager.java"
            line="365"
            column="46"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 34 (current min is 29): `logGestureType`"
        errorLine1="                StylusGestureConverter.logGestureType("
        errorLine2="                                       ~~~~~~~~~~~~~~">
        <location
            file="../../components/stylus_handwriting/android/java/src/org/chromium/components/stylus_handwriting/DirectWritingServiceCallback.java"
            line="190"
            column="40"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 34 (current min is 29): `logGestureType`"
        errorLine1="                StylusGestureConverter.logGestureType("
        errorLine2="                                       ~~~~~~~~~~~~~~">
        <location
            file="../../components/stylus_handwriting/android/java/src/org/chromium/components/stylus_handwriting/DirectWritingServiceCallback.java"
            line="194"
            column="40"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 34 (current min is 29): `logGestureType`"
        errorLine1="                StylusGestureConverter.logGestureType("
        errorLine2="                                       ~~~~~~~~~~~~~~">
        <location
            file="../../components/stylus_handwriting/android/java/src/org/chromium/components/stylus_handwriting/DirectWritingServiceCallback.java"
            line="198"
            column="40"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 34 (current min is 29): `logGestureType`"
        errorLine1="                StylusGestureConverter.logGestureType("
        errorLine2="                                       ~~~~~~~~~~~~~~">
        <location
            file="../../components/stylus_handwriting/android/java/src/org/chromium/components/stylus_handwriting/DirectWritingServiceCallback.java"
            line="202"
            column="40"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 30 (current min is 29): `getExitReason`"
        errorLine1="            int reason = ProcessExitReasonFromSystem.getExitReason(previousPid);"
        errorLine2="                                                     ~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/crash/MinidumpUploadServiceImpl.java"
            line="158"
            column="54"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 30 (current min is 29): `getExitReason`"
        errorLine1="        recordAsEnumHistogram(umaName, getExitReason(pid));"
        errorLine2="                                       ~~~~~~~~~~~~~">
        <location
            file="../../components/crash/android/java/src/org/chromium/components/crash/browser/ProcessExitReasonFromSystem.java"
            line="108"
            column="40"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: PageTransition.FIRST, PageTransition.LINK, PageTransition.TYPED, PageTransition.AUTO_BOOKMARK, PageTransition.AUTO_SUBFRAME, PageTransition.MANUAL_SUBFRAME, PageTransition.GENERATED, PageTransition.AUTO_TOPLEVEL, PageTransition.FORM_SUBMIT, PageTransition.RELOAD, PageTransition.KEYWORD, PageTransition.KEYWORD_GENERATED, PageTransition.LAST_CORE, PageTransition.CORE_MASK, PageTransition.BLOCKED, PageTransition.FORWARD_BACK, PageTransition.FROM_ADDRESS_BAR, PageTransition.HOME_PAGE, PageTransition.FROM_API, PageTransition.CHAIN_START, PageTransition.CHAIN_END, PageTransition.CLIENT_REDIRECT, PageTransition.SERVER_REDIRECT, PageTransition.IS_REDIRECT_MASK, PageTransition.QUALIFIER_MASK"
        errorLine1="                    getTransitionType(type, intent, loadUrlParams.getTransitionType()));"
        errorLine2="                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/tabmodel/ChromeTabCreator.java"
            line="331"
            column="53"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: SigninAccessPoint.RECENT_TABS, SigninAccessPoint.BOOKMARK_MANAGER, SigninAccessPoint.HISTORY_PAGE, SigninAccessPoint.NTP_FEED_TOP_PROMO, SigninAccessPoint.NTP_FEED_BOTTOM_PROMO, SigninAccessPoint.SAFETY_CHECK, SigninAccessPoint.SETTINGS, SigninAccessPoint.WEB_SIGNIN, SigninAccessPoint.NTP_SIGNED_OUT_ICON, SigninAccessPoint.NTP_FEED_CARD_MENU_PROMO, SigninAccessPoint.SEND_TAB_TO_SELF_PROMO, SigninAccessPoint.CCT_ACCOUNT_MISMATCH_NOTIFICATION, SigninAccessPoint.COLLABORATION_JOIN_TAB_GROUP, SigninAccessPoint.COLLABORATION_SHARE_TAB_GROUP, SigninAccessPoint.COLLABORATION_LEAVE_OR_DELETE_TAB_GROUP, SigninAccessPoint.HISTORY_SYNC_EDUCATIONAL_TIP"
        errorLine1="                                mActivity, mProfile, config, signinAccessPoint);"
        errorLine2="                                                             ~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/app/creator/CreatorActionDelegateImpl.java"
            line="139"
            column="62"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: SigninAccessPoint.RECENT_TABS, SigninAccessPoint.BOOKMARK_MANAGER, SigninAccessPoint.HISTORY_PAGE, SigninAccessPoint.NTP_FEED_TOP_PROMO, SigninAccessPoint.NTP_FEED_BOTTOM_PROMO, SigninAccessPoint.SAFETY_CHECK, SigninAccessPoint.SETTINGS, SigninAccessPoint.WEB_SIGNIN, SigninAccessPoint.NTP_SIGNED_OUT_ICON, SigninAccessPoint.NTP_FEED_CARD_MENU_PROMO, SigninAccessPoint.SEND_TAB_TO_SELF_PROMO, SigninAccessPoint.CCT_ACCOUNT_MISMATCH_NOTIFICATION, SigninAccessPoint.COLLABORATION_JOIN_TAB_GROUP, SigninAccessPoint.COLLABORATION_SHARE_TAB_GROUP, SigninAccessPoint.COLLABORATION_LEAVE_OR_DELETE_TAB_GROUP, SigninAccessPoint.HISTORY_SYNC_EDUCATIONAL_TIP"
        errorLine1="                                mActivity, mProfile, config, signinAccessPoint);"
        errorLine2="                                                             ~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/app/creator/CreatorActionDelegateImpl.java"
            line="173"
            column="62"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: DownloadState.IN_PROGRESS, DownloadState.COMPLETE, DownloadState.CANCELLED, DownloadState.INTERRUPTED, DownloadState.MAX_DOWNLOAD_STATE"
        errorLine1="        @DownloadState int state = assumeNonNull(downloadItem.getDownloadInfo()).state();"
        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java"
            line="1276"
            column="36"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: DownloadState.IN_PROGRESS, DownloadState.COMPLETE, DownloadState.CANCELLED, DownloadState.INTERRUPTED, DownloadState.MAX_DOWNLOAD_STATE"
        errorLine1="        return (state == DownloadState.INTERRUPTED &amp;&amp; !downloadItem.getDownloadInfo().isResumable())"
        errorLine2="                ~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java"
            line="1277"
            column="17"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: DownloadState.IN_PROGRESS, DownloadState.COMPLETE, DownloadState.CANCELLED, DownloadState.INTERRUPTED, DownloadState.MAX_DOWNLOAD_STATE"
        errorLine1="                || state == DownloadState.CANCELLED;"
        errorLine2="                   ~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java"
            line="1278"
            column="20"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: SigninAccessPoint.RECENT_TABS, SigninAccessPoint.BOOKMARK_MANAGER, SigninAccessPoint.HISTORY_PAGE, SigninAccessPoint.NTP_FEED_TOP_PROMO, SigninAccessPoint.NTP_FEED_BOTTOM_PROMO, SigninAccessPoint.SAFETY_CHECK, SigninAccessPoint.SETTINGS, SigninAccessPoint.WEB_SIGNIN, SigninAccessPoint.NTP_SIGNED_OUT_ICON, SigninAccessPoint.NTP_FEED_CARD_MENU_PROMO, SigninAccessPoint.SEND_TAB_TO_SELF_PROMO, SigninAccessPoint.CCT_ACCOUNT_MISMATCH_NOTIFICATION, SigninAccessPoint.COLLABORATION_JOIN_TAB_GROUP, SigninAccessPoint.COLLABORATION_SHARE_TAB_GROUP, SigninAccessPoint.COLLABORATION_LEAVE_OR_DELETE_TAB_GROUP, SigninAccessPoint.HISTORY_SYNC_EDUCATIONAL_TIP"
        errorLine1="                                mActivity, mProfile, config, signinAccessPoint);"
        errorLine2="                                                             ~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/app/feed/FeedActionDelegateImpl.java"
            line="201"
            column="62"/>
    </issue>

    <issue
        id="WrongConstant"
        message="Must be one of: SigninAccessPoint.RECENT_TABS, SigninAccessPoint.BOOKMARK_MANAGER, SigninAccessPoint.HISTORY_PAGE, SigninAccessPoint.NTP_FEED_TOP_PROMO, SigninAccessPoint.NTP_FEED_BOTTOM_PROMO, SigninAccessPoint.SAFETY_CHECK, SigninAccessPoint.SETTINGS, SigninAccessPoint.WEB_SIGNIN, SigninAccessPoint.NTP_SIGNED_OUT_ICON, SigninAccessPoint.NTP_FEED_CARD_MENU_PROMO, SigninAccessPoint.SEND_TAB_TO_SELF_PROMO, SigninAccessPoint.CCT_ACCOUNT_MISMATCH_NOTIFICATION, SigninAccessPoint.COLLABORATION_JOIN_TAB_GROUP, SigninAccessPoint.COLLABORATION_SHARE_TAB_GROUP, SigninAccessPoint.COLLABORATION_LEAVE_OR_DELETE_TAB_GROUP, SigninAccessPoint.HISTORY_SYNC_EDUCATIONAL_TIP"
        errorLine1="                                mActivity, mProfile, config, signinAccessPoint);"
        errorLine2="                                                             ~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/app/feed/FeedActionDelegateImpl.java"
            line="234"
            column="62"/>
    </issue>

    <issue
        id="UnspecifiedRegisterReceiverFlag"
        message="`receiver` is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected broadcasts registered for an IntentFilter that cannot be inspected by lint"
        errorLine1="            return context.registerReceiver(receiver, filter, permission, scheduler);"
        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../base/android/java/src/org/chromium/base/ContextUtils.java"
            line="325"
            column="20"/>
    </issue>

    <issue
        id="UnspecifiedRegisterReceiverFlag"
        message="`receiver` is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected broadcasts registered for an IntentFilter that cannot be inspected by lint"
        errorLine1="            return super.registerReceiver(receiver, filter, permission, handler);"
        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../content/public/android/java/src/org/chromium/content/browser/sms/Wrappers.java"
            line="107"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width=&quot;360dp&quot;"
        errorLine2="                   ~~~~~">
        <location
            file="../../chrome/android/java/res/drawable/adaptive_toolbar_preference_header.xml"
            line="9"
            column="20"/>
    </issue>

    <issue
        id="SupportAnnotationUsage"
        message="Top level class can&apos;t have private or protected access level"
        errorLine1="@VisibleForTesting"
        errorLine2="~~~~~~~~~~~~~~~~~~">
        <location
            file="../../content/public/android/java/src/org/chromium/content/browser/BackgroundSyncNetworkObserver.java"
            line="47"
            column="1"/>
    </issue>

    <issue
        id="UnclosedTrace"
        message="The `beginSection()` call is not always closed with a matching `endSection()` because the code in between may return early"
        errorLine1="        Trace.beginSection(name);"
        errorLine2="              ~~~~~~~~~~~~">
        <location
            file="../../base/android/java/src/org/chromium/base/metrics/ScopedSysTraceEvent.java"
            line="48"
            column="15"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0~3, 5, 7, 8, 10~13, 15, 17, 18, 20, 21, 100, 1000, 10000, 100000, 1000000, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Mag-e-expire bukas&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-tl/components_strings.xml"
            line="417"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;কাইলৈ ম্যাদ উকলিব&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-as/components_strings.xml"
            line="428"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;আগামীকাল মেয়াদ শেষ হবে&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-bn/components_strings.xml"
            line="428"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Expire demain&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-fr-rCA/components_strings.xml"
            line="428"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Expire demain&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-fr/components_strings.xml"
            line="428"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;આવતીકાલે સમયસીમા સમાપ્ત થાય છે&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-gu/components_strings.xml"
            line="428"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Expira amanhã&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-pt-rBR/components_strings.xml"
            line="429"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Expira amanhã&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-pt-rPT/components_strings.xml"
            line="429"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;فردا منقضی می‌شود&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-fa/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;समयसीमा कल खत्म हो जाएगी&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-hi/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;ਮਿਆਦ ਕੱਲ੍ਹ ਨੂੰ ਸਮਾਪਤ ਹੋ ਜਾਵੇਗੀ&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-pa/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 101, 201, 301, 401, 501, 601, 701, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Poteče jutri&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-sl/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Ističe sutra&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-bs/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Rennur út á morgun&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-is/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Истекува утре&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-mk/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Срок действия истекает завтра&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-ru/components_strings.xml"
            line="430"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Գործողության ժամկետը սպառվում է վաղը&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-hy/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;ನಾಳೆ ಅವಧಿ ಮುಕ್ತಾಯವಾಗುತ್ತದೆ&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-kn/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;හෙට කල් ඉකුත් වෙයි&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-si/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Kuphelelwa yisikhathi kusasa&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-zu/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Тэрмін дзеяння заканчваецца заўтра&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-be/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Galiojimo laikas baigsis rytoj&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-lt/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Строк дії закінчується завтра&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-uk/components_strings.xml"
            line="431"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;ነገ ጊዜው ያበቃል&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-am/components_strings.xml"
            line="432"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Ističe sutra&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-b+sr+Latn/components_strings.xml"
            line="432"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Istječe sutra&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-hr/components_strings.xml"
            line="432"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Derīguma termiņš beigsies rīt&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-lv/components_strings.xml"
            line="432"
            column="3"/>
    </issue>

    <issue
        id="ImpliedQuantity"
        message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
        errorLine1="  &lt;item quantity=&quot;one&quot;>&quot;Истиче сутра&quot;&lt;/item>"
        errorLine2="  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/strings/components_strings.resources.zip/values-sr/components_strings.xml"
            line="432"
            column="3"/>
    </issue>

    <issue
        id="DataExtractionRules"
        message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
        errorLine1="    &lt;application />"
        errorLine2="    ~~~~~~~~~~~~~~~">
        <location
            file="android_lint_cache/aars/lottie.aar/AndroidManifest.xml"
            line="7"
            column="5"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="                            notifyDataSetChanged();"
        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/language/android/java/src/org/chromium/chrome/browser/language/settings/ContentLanguagesPreference.java"
            line="139"
            column="29"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="589"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="610"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="652"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="693"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        if (notifyDataSetChanged) notifyDataSetChanged();"
        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="707"
            column="35"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/DateDividedAdapter.java"
            line="838"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="            mPagerAdapter.notifyDataSetChanged();"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java"
            line="289"
            column="13"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java"
            line="166"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="            notifyDataSetChanged();"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/language/android/java/src/org/chromium/chrome/browser/language/settings/LanguageListBaseAdapter.java"
            line="146"
            column="13"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/language/android/java/src/org/chromium/chrome/browser/language/settings/LanguageListBaseAdapter.java"
            line="203"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/PickerAdapter.java"
            line="176"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/PickerAdapter.java"
            line="205"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/PickerAdapter.java"
            line="226"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/PickerAdapter.java"
            line="376"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        mPickerAdapter.notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/PickerCategoryView.java"
            line="253"
            column="9"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="            mPickerAdapter.notifyDataSetChanged();"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/src/org/chromium/components/browser_ui/photo_picker/PickerCategoryView.java"
            line="283"
            column="13"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="            mPickerAdapter.notifyDataSetChanged();"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/src/org/chromium/components/browser_ui/photo_picker/PickerCategoryView.java"
            line="421"
            column="13"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="        mPickerAdapter.notifyDataSetChanged();"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/src/org/chromium/components/browser_ui/photo_picker/PickerCategoryView.java"
            line="484"
            column="9"/>
    </issue>

    <issue
        id="UseCompoundDrawables"
        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
        errorLine1="        &lt;LinearLayout"
        errorLine2="         ~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/res/layout/photo_picker_bitmap_view.xml"
            line="37"
            column="10"/>
    </issue>

    <issue
        id="UseCompoundDrawables"
        message="This tag and its children can be replaced by one `&lt;TextView/>` and a compound drawable"
        errorLine1="    &lt;LinearLayout"
        errorLine2="     ~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/res/layout/photo_picker_bitmap_view.xml"
            line="94"
            column="6"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.ad_services_config` appears to be unused"
        errorLine1="&lt;ad-services-config>"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res/xml/ad_services_config.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.fre_activity_label` appears to be unused"
        errorLine1="&lt;string name=&quot;fre_activity_label&quot;>&quot;Chrome se eerste laatloopervaring&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1141"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.bookmark_choose_folder` appears to be unused"
        errorLine1="&lt;string name=&quot;bookmark_choose_folder&quot;>&quot;Kies vouer&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1463"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.bookmark_widget_description` appears to be unused"
        errorLine1="&lt;string name=&quot;bookmark_widget_description&quot;>&quot;Kry maklik toegang tot jou boekmerke&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1480"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_provider_search_description` appears to be unused"
        errorLine1="&lt;string name=&quot;content_provider_search_description&quot;>&quot;Boekmerke en webgeskiedenis&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1576"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.webapp_activity_title` appears to be unused"
        errorLine1="&lt;string name=&quot;webapp_activity_title&quot;>&quot;Webprogram&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1736"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.search_widget_description` appears to be unused"
        errorLine1="&lt;string name=&quot;search_widget_description&quot;>&quot;Begin vinnig ’n soektog in Chrome&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1985"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.quick_action_search_widget_description` appears to be unused"
        errorLine1="&lt;string name=&quot;quick_action_search_widget_description&quot;>&quot;Soek met behulp van sleutelbord, stem, Incognito of kamera&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1991"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.dino_widget_description` appears to be unused"
        errorLine1="&lt;string name=&quot;dino_widget_description&quot;>&quot;Spring in ’n lekker Dino-speletjie&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1993"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.disabled_incognito_launcher_shortcut_message` appears to be unused"
        errorLine1="&lt;string name=&quot;disabled_incognito_launcher_shortcut_message&quot;>&quot;Verwyder hierdie kortpad en skep dit weer&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/browser/ui/android/strings/ui_strings_grd.resources.zip/values-af/android_chrome_strings.xml"
            line="1994"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.app_restrictions` appears to be unused"
        errorLine1="&lt;restrictions xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="gen/chrome/app/policy/android/xml-v21/app_restrictions.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.bookmark_widget_info` appears to be unused"
        errorLine1="&lt;appwidget-provider"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res/xml/bookmark_widget_info.xml"
            line="9"
            column="1"/>
    </issue>

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

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.bookmark_widget_preview` appears to be unused">
        <location
            file="../../chrome/android/java/res/drawable-nodpi/bookmark_widget_preview.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.bookmark_widget_preview_layout` appears to be unused"
        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res/layout/bookmark_widget_preview_layout.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.decoder_description` appears to be unused"
        errorLine1="&lt;string name=&quot;decoder_description&quot;>&quot;Prentdekodeerder&quot;&lt;/string>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/strings/android/browser_ui_strings_grd.resources.zip/values-af/browser_ui_strings.xml"
            line="653"
            column="9"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.bookmark_widget_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;bookmark_widget_title&quot; translatable=&quot;false&quot;>Chromium bookmarks&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res_chromium_base/values/channel_constants.xml"
            line="11"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.search_widget_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;search_widget_title&quot; translatable=&quot;false&quot;>Chromium search&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res_chromium_base/values/channel_constants.xml"
            line="12"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.quick_action_search_widget_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;quick_action_search_widget_title&quot; translatable=&quot;false&quot;>Chromium quick action search&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res_chromium_base/values/channel_constants.xml"
            line="13"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.color_button_background` appears to be unused"
        errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="../../components/embedder_support/android/java/res/drawable/color_button_background.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_neutral_70_alpha_38` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_neutral_70_alpha_38&quot;>#61ABABAB&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="48"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_neutral_10_with_neutral_90_alpha_38` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_neutral_10_with_neutral_90_alpha_38&quot;>#696969&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="59"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_neutral_10_with_neutral_0_alpha_30` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_neutral_10_with_neutral_0_alpha_30&quot;>#161616&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="66"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_neutral_10_with_neutral_0_alpha_30_with_neutral_variant_60_alpha_15` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_neutral_10_with_neutral_0_alpha_30_with_neutral_variant_60_alpha_15&quot;>#282828&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="67"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_secondary_90_with_neutral_10_alpha_8` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_secondary_90_with_neutral_10_alpha_8&quot;>#B3D7EF&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="80"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_secondary_90_with_neutral_10_alpha_24` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_secondary_90_with_neutral_10_alpha_24&quot;>#94B7CF&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="81"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_secondary_70_with_neutral_90_alpha_8` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_secondary_70_with_neutral_90_alpha_8&quot;>#53A7E1&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="84"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_secondary_70_with_neutral_90_alpha_24` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_secondary_70_with_neutral_90_alpha_24&quot;>#448FC4&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="85"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.baseline_secondary_10` appears to be unused"
        errorLine1="    &lt;color name=&quot;baseline_secondary_10&quot;>#001D35&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/color_palette.xml"
            line="92"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.macro.suggestion_url_color` appears to be unused"
        errorLine1="    &lt;macro name=&quot;suggestion_url_color&quot;>@macro/default_text_color_link&lt;/macro>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/omnibox/java/res/values/colors.xml"
            line="12"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.dark_action_bar_color` appears to be unused"
        errorLine1="    &lt;color name=&quot;dark_action_bar_color&quot;>@color/google_blue_grey_900&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/colors.xml"
            line="13"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.dark_status_bar_color` appears to be unused"
        errorLine1="    &lt;color name=&quot;dark_status_bar_color&quot;>#161E21&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/colors.xml"
            line="14"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.quick_action_search_widget_width` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;quick_action_search_widget_width&quot;>300dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/values/dimens.xml"
            line="10"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.autofill_dropdown_icon_margin` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;autofill_dropdown_icon_margin&quot;>8dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/autofill/android/java/res/values/dimens.xml"
            line="11"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.color_button_height` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;color_button_height&quot;>60dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/res/values/dimens.xml"
            line="14"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.context_menu_list_vertical_padding` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;context_menu_list_vertical_padding&quot;>16dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/res/values/dimens.xml"
            line="21"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.context_menu_small_vertical_margin` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;context_menu_small_vertical_margin&quot;>10dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/res/values/dimens.xml"
            line="22"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.editor_dialog_checkbox_min_height` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;editor_dialog_checkbox_min_height&quot;>48dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/autofill/android/java/res/values/dimens.xml"
            line="32"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.context_menu_popup_border_radius` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;context_menu_popup_border_radius&quot;>16dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/res/values/dimens.xml"
            line="34"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.editable_option_section_logo_horizontal_padding` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;editable_option_section_logo_horizontal_padding&quot;>5dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/autofill/android/java/res/values/dimens.xml"
            line="39"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.editable_option_section_logo_vertical_padding` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;editable_option_section_logo_vertical_padding&quot;>13dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/autofill/android/java/res/values/dimens.xml"
            line="40"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_footer_chip_end_padding` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;menu_footer_chip_end_padding&quot;>8dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/dimens.xml"
            line="54"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.quick_action_search_widget_dino_min_size` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;quick_action_search_widget_dino_min_size&quot;>110dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/values/dimens.xml"
            line="82"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.list_menu_popup_min_width` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;list_menu_popup_min_width&quot;>112dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/dimens.xml"
            line="108"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.list_menu_popup_max_width` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;list_menu_popup_max_width&quot;>280dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/dimens.xml"
            line="109"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.list_menu_item_min_height` appears to be unused"
        errorLine1="    &lt;dimen name=&quot;list_menu_item_min_height&quot;>48dp&lt;/dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/dimens.xml"
            line="116"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.file_paths` appears to be unused"
        errorLine1="&lt;paths xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/android/chrome_public_apk_template_resources.resources.zip/xml/file_paths.xml"
            line="11"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.hairline_border` appears to be unused"
        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/drawable/hairline_border.xml"
            line="8"
            column="1"/>
    </issue>

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

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_launcher` appears to be unused"
        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res_base/drawable/ic_launcher.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_launcher_round` appears to be unused"
        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res_base/drawable/ic_launcher_round.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.launchershortcuts` appears to be unused"
        errorLine1="&lt;shortcuts xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; >"
        errorLine2="^">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/android/chrome_public_apk_template_resources.resources.zip/xml/launchershortcuts.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.mipmap.layered_app_icon` appears to be unused">
        <location
            file="../../chrome/android/java/res_chromium_base/mipmap-hdpi/layered_app_icon.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.mipmap.layered_app_icon_background` appears to be unused">
        <location
            file="../../chrome/android/java/res_chromium_base/mipmap-hdpi/layered_app_icon_background.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.mipmap.layered_app_icon_foreground` appears to be unused"
        errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res_chromium_base/mipmap-nodpi/layered_app_icon_foreground.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.list_divider` appears to be unused"
        errorLine1="&lt;shape"
        errorLine2="^">
        <location
            file="../../components/browser_ui/settings/android/java/res/drawable/list_divider.xml"
            line="11"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.network_security_config` appears to be unused"
        errorLine1="&lt;network-security-config>"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res_base/xml/network_security_config.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.green_50` appears to be unused"
        errorLine1="    &lt;color name=&quot;green_50&quot;>#E6F4EA&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/one_off_colors.xml"
            line="24"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.quick_action_search_widget_dino_info` appears to be unused"
        errorLine1="&lt;appwidget-provider"
        errorLine2="^">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/xml/quick_action_search_widget_dino_info.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.quick_action_search_widget_dino_preview` appears to be unused">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/drawable-nodpi/quick_action_search_widget_dino_preview.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.quick_action_search_widget_dino_preview_layout` appears to be unused"
        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/layout/quick_action_search_widget_dino_preview_layout.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.quick_action_search_widget_small_info` appears to be unused"
        errorLine1="&lt;appwidget-provider xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/xml/quick_action_search_widget_small_info.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.quick_action_search_widget_small_preview` appears to be unused">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/drawable-nodpi/quick_action_search_widget_small_preview.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.quick_action_search_widget_small_preview_layout` appears to be unused"
        errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="../../chrome/browser/ui/android/quickactionsearchwidget/java/res/layout/quick_action_search_widget_small_preview_layout.xml"
            line="7"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.search_widget_info` appears to be unused"
        errorLine1="&lt;appwidget-provider"
        errorLine2="^">
        <location
            file="../../chrome/android/java/res/xml/search_widget_info.xml"
            line="9"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.searchable` appears to be unused"
        errorLine1="&lt;searchable xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
        errorLine2="^">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/chrome/android/chrome_public_apk_template_resources.resources.zip/xml/searchable.xml"
            line="8"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_text_color_on_accent2_container_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_text_color_on_accent2_container_baseline&quot;>@color/baseline_secondary_10&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="20"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_on_accent1_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_on_accent1_baseline&quot;>@color/default_icon_color_on_accent1_light&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="26"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_on_accent1_container_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_on_accent1_container_baseline&quot;>@color/default_icon_color_on_accent1_container_light&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="27"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_disabled_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_disabled_baseline&quot;>@color/default_icon_color_disabled_dark&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="30"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_bg_color_elev_4_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_bg_color_elev_4_baseline&quot;>@color/default_bg_color_light_elev_4_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="44"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.legacy_bg_color_elev_4` appears to be unused"
        errorLine1="    &lt;color name=&quot;legacy_bg_color_elev_4&quot;>@color/legacy_bg_color_light_elev_4&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="48"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.incognito_icon_filled_bg_color` appears to be unused"
        errorLine1="    &lt;color name=&quot;incognito_icon_filled_bg_color&quot;>@color/incognito_icon_filled_bg_color_dark&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="69"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.menu_action_bar_bg_color_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;menu_action_bar_bg_color_baseline&quot;>@color/menu_action_bar_bg_color_light_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="85"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.menu_action_bar_bg_color_light_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;menu_action_bar_bg_color_light_baseline&quot;>@color/default_bg_color_light_elev_1_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="86"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.menu_action_bar_bg_color_dark_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;menu_action_bar_bg_color_dark_baseline&quot;>@color/default_bg_color_dark_elev_6_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="87"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.section_header_active_tab_bg_color_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;section_header_active_tab_bg_color_baseline&quot;>@color/default_bg_color_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="102"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.section_header_bg_color_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;section_header_bg_color_baseline&quot;>@color/default_bg_color_light_elev_2_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="103"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.section_header_bg_color_disabled_baseline` appears to be unused"
        errorLine1="    &lt;color name=&quot;section_header_bg_color_disabled_baseline&quot;>@color/default_bg_color_elev_1_baseline&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="104"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.gm3_baseline_surface` appears to be unused"
        errorLine1="    &lt;color name=&quot;gm3_baseline_surface&quot;>@color/gm3_baseline_surface_light&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_adaptive.xml"
            line="112"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_on_accent1_light` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_on_accent1_light&quot;>@color/baseline_primary_100&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="26"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_on_accent1_container_light` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_on_accent1_container_light&quot;>@color/baseline_primary_30&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="29"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.default_icon_color_on_accent1_container_dark` appears to be unused"
        errorLine1="    &lt;color name=&quot;default_icon_color_on_accent1_container_dark&quot;>@color/baseline_primary_90&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="30"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.legacy_bg_color_light_elev_4` appears to be unused"
        errorLine1="    &lt;color name=&quot;legacy_bg_color_light_elev_4&quot;>@color/modern_white&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="76"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.legacy_bg_color_dark_elev_4` appears to be unused"
        errorLine1="    &lt;color name=&quot;legacy_bg_color_dark_elev_4&quot;>@color/baseline_neutral_10_with_surface_tint_dark_alpha_12&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="84"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.incognito_icon_filled_bg_color_dark` appears to be unused"
        errorLine1="    &lt;color name=&quot;incognito_icon_filled_bg_color_dark&quot;>@color/baseline_neutral_20&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="133"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.incognito_icon_filled_bg_color_light` appears to be unused"
        errorLine1="    &lt;color name=&quot;incognito_icon_filled_bg_color_light&quot;>@color/baseline_neutral_70&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="134"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.gm3_baseline_outline_variant_dark` appears to be unused"
        errorLine1="    &lt;color name=&quot;gm3_baseline_outline_variant_dark&quot;>@color/baseline_neutral_30&lt;/color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/semantic_colors_non_adaptive.xml"
            line="185"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.shortcut_newtab` appears to be unused">
        <location
            file="../../chrome/android/java/res/drawable-hdpi/shortcut_newtab.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DropdownPopupWindow` appears to be unused"
        errorLine1="    &lt;style name=&quot;DropdownPopupWindow&quot; parent=&quot;@android:style/Widget.ListPopupWindow&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="10"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.LauncherTheme` appears to be unused"
        errorLine1="    &lt;style name=&quot;LauncherTheme&quot; parent=&quot;Theme.BrowserUI.NoDisplay&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="11"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium&quot; parent=&quot;Base.Theme.Chromium&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="31"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.PreferenceTheme` appears to be unused"
        errorLine1="    &lt;style name=&quot;PreferenceTheme&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="35"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Activity` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Activity&quot; parent=&quot;Theme.Chromium.WithWindowAnimation&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="39"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Base_Theme_Chromium_Activity_Fullscreen` appears to be unused"
        errorLine1="    &lt;style name=&quot;Base.Theme.Chromium.Activity.Fullscreen&quot; parent=&quot;Theme.BrowserUI.DayNight&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="42"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SettingsFragment` appears to be unused"
        errorLine1="    &lt;style name=&quot;SettingsFragment&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="45"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SettingsFragmentList` appears to be unused"
        errorLine1="    &lt;style name=&quot;SettingsFragmentList&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="49"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Activity_Fullscreen` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Activity.Fullscreen&quot; parent=&quot;Base.Theme.Chromium.Activity.Fullscreen&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="49"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Activity_Fullscreen_Transparent` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Activity.Fullscreen.Transparent&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="51"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.PreferenceItem` appears to be unused"
        errorLine1="    &lt;style name=&quot;PreferenceItem&quot; parent=&quot;Preference.Material&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="54"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DialogPreference` appears to be unused"
        errorLine1="    &lt;style name=&quot;DialogPreference&quot; parent=&quot;PreferenceItem&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="60"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Activity_FakeTranslucent` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Activity.FakeTranslucent&quot; parent=&quot;Theme.Chromium.Activity&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="60"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.CheckBoxPreference` appears to be unused"
        errorLine1="    &lt;style name=&quot;CheckBoxPreference&quot; parent=&quot;Preference.CheckBoxPreference.Material&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/settings/android/java/res/values/styles.xml"
            line="64"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_SearchActivity` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.SearchActivity&quot; parent=&quot;Theme.Chromium.WithWindowAnimation&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="72"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Webapp` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Webapp&quot; parent=&quot;Theme.Chromium.WithWindowAnimation&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="75"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Webapp_Translucent` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Webapp.Translucent&quot; parent=&quot;Theme.Chromium.Webapp&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="80"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Base_Theme_Chromium_Settings` appears to be unused"
        errorLine1="    &lt;style name=&quot;Base.Theme.Chromium.Settings&quot; parent=&quot;Theme.Chromium&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="84"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Settings` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Settings&quot; parent=&quot;Base.Theme.Chromium.Settings&quot; />"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="102"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextAccentLarge` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextAccentLarge&quot; parent=&quot;TextAppearance.TextLarge&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="104"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_Settings_ManageSpace` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.Settings.ManageSpace&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="120"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Base_Theme_Chromium_SigninAndHistorySyncActivity` appears to be unused"
        errorLine1="    &lt;style name=&quot;Base.Theme.Chromium.SigninAndHistorySyncActivity&quot;"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="139"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_SigninAndHistorySyncActivity` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.SigninAndHistorySyncActivity&quot;"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="146"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SigninAndHistorySyncActivityAnimation` appears to be unused"
        errorLine1="    &lt;style name=&quot;SigninAndHistorySyncActivityAnimation&quot; parent=&quot;@android:style/Animation.Dialog&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="154"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_Chromium_ClearDataDialogActivity` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.Chromium.ClearDataDialogActivity&quot;"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="160"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextSmallThick_Secondary_Baseline_Light` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextSmallThick.Secondary.Baseline.Light&quot;"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="188"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SettingsToolbarStyle` appears to be unused"
        errorLine1="    &lt;style name=&quot;SettingsToolbarStyle&quot; parent=&quot;Widget.Material3Expressive.Toolbar&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="232"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextMediumThick_Green` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextMediumThick.Green&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="241"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextMediumThick_Green_Dark` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextMediumThick.Green.Dark&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="244"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.ManageSpaceActionBarModern` appears to be unused"
        errorLine1="    &lt;style name=&quot;ManageSpaceActionBarModern&quot; parent=&quot;Widget.MaterialComponents.ActionBar.Primary&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="245"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.ManageSpaceActionBarTheme` appears to be unused"
        errorLine1="    &lt;style name=&quot;ManageSpaceActionBarTheme&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="251"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.ManageSpaceToolbarStyle` appears to be unused"
        errorLine1="    &lt;style name=&quot;ManageSpaceToolbarStyle&quot; parent=&quot;SettingsToolbarStyle&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res/values/styles.xml"
            line="256"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_Headline2_Primary_Baseline` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.Headline2.Primary.Baseline&quot; parent=&quot;TextAppearance.Headline2&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="304"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextAccentLarge_Primary_Baseline` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextAccentLarge.Primary.Baseline&quot; parent=&quot;TextAppearance.TextAccentLarge&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="315"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_TextMedium_Error` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.TextMedium.Error&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="350"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.TextAppearance_Toast` appears to be unused"
        errorLine1="    &lt;style name=&quot;TextAppearance.Toast&quot; parent=&quot;TextAppearance.TextSmall&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/res/values/styles.xml"
            line="357"
            column="12"/>
    </issue>

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

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_DayNight_AlertDialog_NoActionBar` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.DayNight.AlertDialog.NoActionBar&quot; parent=&quot;Theme.BrowserUI.Dark.AlertDialog.NoActionBar&quot;/>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/theme/android/java/res/values-night/themes.xml"
            line="11"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_Light_AlertDialog_NoActionBar` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.Light.AlertDialog.NoActionBar&quot; parent=&quot;Theme.Material3Expressive.Light.Dialog.Alert&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/theme/android/theme_template_resources.resources.zip/values/themes.xml"
            line="363"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_Dark_AlertDialog_NoActionBar` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.Dark.AlertDialog.NoActionBar&quot; parent=&quot;Theme.Material3Expressive.Dark.Dialog.Alert&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/theme/android/theme_template_resources.resources.zip/values/themes.xml"
            line="875"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_NoDisplay` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.NoDisplay&quot; parent=&quot;Theme.BrowserUI.DayNight&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/theme/android/theme_template_resources.resources.zip/values/themes.xml"
            line="1054"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_Translucent` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.Translucent&quot; parent=&quot;Theme.BrowserUI.DayNight&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/theme/android/theme_template_resources.resources.zip/values/themes.xml"
            line="1065"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Theme_BrowserUI_Translucent_NoTitleBar` appears to be unused"
        errorLine1="    &lt;style name=&quot;Theme.BrowserUI.Translucent.NoTitleBar&quot;>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="gen/chrome/android/chrome_public_apk__lint/RESZIPS/obj/components/browser_ui/theme/android/theme_template_resources.resources.zip/values/themes.xml"
            line="1071"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.manage_space_activity` appears to be unused"
        errorLine1="    &lt;string translatable=&quot;false&quot; name=&quot;manage_space_activity&quot;>org.chromium.chrome.browser.site_settings.ManageSpaceActivity&lt;/string>"
        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/res_base/values/values.xml"
            line="8"
            column="34"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.widget_preview` appears to be unused">
        <location
            file="../../chrome/android/java/res/drawable-nodpi/widget_preview.png"/>
    </issue>

    <issue
        id="UsableSpace"
        message="Consider also using `StorageManager#getAllocatableBytes` and `allocateBytes` which will consider clearable cached data"
        errorLine1="                    dir.getAbsolutePath(), dir.getUsableSpace(), dir.getTotalSpace(), type);"
        errorLine2="                                               ~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/DownloadDirectoryProvider.java"
            line="162"
            column="48"/>
    </issue>

    <issue
        id="UsableSpace"
        message="Consider also using `StorageManager#getAllocatableBytes` and `allocateBytes` which will consider clearable cached data"
        errorLine1="            mFreeSpace = Environment.getExternalStorageDirectory().getUsableSpace();"
        errorLine2="                                                                   ~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/download/OMADownloadHandler.java"
            line="347"
            column="68"/>
    </issue>

    <issue
        id="UsableSpace"
        message="Consider also using `StorageManager#getAllocatableBytes` and `allocateBytes` which will consider clearable cached data"
        errorLine1="        return Environment.getDataDirectory().getUsableSpace();"
        errorLine2="                                              ~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageUtils.java"
            line="201"
            column="47"/>
    </issue>

    <issue
        id="UsableSpace"
        message="Consider also using `StorageManager#getAllocatableBytes` and `allocateBytes` which will consider clearable cached data"
        errorLine1="                                defaultDownloadDir.getUsableSpace(),"
        errorLine2="                                                   ~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/download/internal/android/java/src/org/chromium/chrome/browser/download/home/storage/StorageSummaryProvider.java"
            line="98"
            column="52"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `BottomSheet` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent e) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/bottomsheet/android/internal/java/src/org/chromium/components/browser_ui/bottomsheet/BottomSheet.java"
            line="287"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view ``TextView`` has `setOnTouchListener` called on it but does not override `performClick`"
        errorLine1="        textView.setOnTouchListener("
        errorLine2="        ^">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/browsing_data/ClearBrowsingDataCheckBoxPreference.java"
            line="60"
            column="9"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="                (View v, MotionEvent event) -> {"
        errorLine2="                ^">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/browsing_data/ClearBrowsingDataCheckBoxPreference.java"
            line="61"
            column="17"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `CompositorViewHolder` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent e) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java"
            line="751"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `ContentView` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/embedder_support/android/java/src/org/chromium/components/embedder_support/view/ContentView.java"
            line="459"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `InfoBarMessageView` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/infobars/android/java/src/org/chromium/components/infobars/InfoBarMessageView.java"
            line="34"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
        errorLine1="        holder.mStartIcon.setOnTouchListener("
        errorLine2="        ^">
        <location
            file="../../chrome/browser/language/android/java/src/org/chromium/chrome/browser/language/settings/LanguageListBaseAdapter.java"
            line="174"
            column="9"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="                (v, event) -> {"
        errorLine2="                ^">
        <location
            file="../../chrome/browser/language/android/java/src/org/chromium/chrome/browser/language/settings/LanguageListBaseAdapter.java"
            line="175"
            column="17"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view ``ImageButton`` has `setOnTouchListener` called on it but does not override `performClick`"
        errorLine1="        mMenuImageButton.setOnTouchListener(mAppMenuButtonHelper);"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/toolbar/java/src/org/chromium/chrome/browser/toolbar/menu_button/MenuButton.java"
            line="86"
            column="9"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="                (View v, MotionEvent ev) -> {"
        errorLine2="                ^">
        <location
            file="../../components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/ModalDialogView.java"
            line="360"
            column="17"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` should call `View#performClick` when a click is detected"
        errorLine1="                    public boolean onTouch(View v, MotionEvent event) {"
        errorLine2="                                   ~~~~~~~">
        <location
            file="../../components/browser_ui/photo_picker/android/java/src/org/chromium/components/browser_ui/photo_picker/PickerVideoPlayer.java"
            line="251"
            column="36"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `PlayerFrameView` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/PlayerFrameView.java"
            line="131"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `ScrimView` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent e) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/scrim/ScrimView.java"
            line="95"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="        mEmptyViewWrapper.setOnTouchListener((v, event) -> true);"
        errorLine2="                                             ~~~~~~~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/selectable_list/SelectableListLayout.java"
            line="349"
            column="46"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `ToolbarControlContainer` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/toolbar/java/src/org/chromium/chrome/browser/toolbar/top/ToolbarControlContainer.java"
            line="931"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `ToolbarPhone` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent ev) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../chrome/browser/ui/android/toolbar/java/src/org/chromium/chrome/browser/toolbar/top/ToolbarPhone.java"
            line="648"
            column="20"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="Custom view `TouchRestrictingFrameLayout` overrides `onTouchEvent` but not `performClick`"
        errorLine1="    public boolean onTouchEvent(MotionEvent event) {"
        errorLine2="                   ~~~~~~~~~~~~">
        <location
            file="../../components/browser_ui/bottomsheet/android/internal/java/src/org/chromium/components/browser_ui/bottomsheet/TouchRestrictingFrameLayout.java"
            line="46"
            column="20"/>
    </issue>

    <issue
        id="AccessibilityWindowStateChangedEvent"
        message="Manually populating or sending TYPE_WINDOW_STATE_CHANGED events should be avoided. They may be ignored on certain versions of Android. Prefer setting UI metadata using `View.onInitializeAccessibilityNodeInfo`, `Activity.setTitle`, `ViewCompat.setAccessibilityPaneTitle`, etc. to inform users of crucial changes to the UI."
        errorLine1="            mListView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../ui/android/java/src/org/chromium/ui/DropdownPopupWindowImpl.java"
            line="167"
            column="13"/>
    </issue>

    <issue
        id="AccessibilityWindowStateChangedEvent"
        message="Manually populating or sending TYPE_WINDOW_STATE_CHANGED events should be avoided. They may be ignored on certain versions of Android. Prefer setting UI metadata using `View.onInitializeAccessibilityNodeInfo`, `Activity.setTitle`, `ViewCompat.setAccessibilityPaneTitle`, etc. to inform users of crucial changes to the UI."
        errorLine1="            mToolbarView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="../../chrome/android/java/src/org/chromium/chrome/browser/customtabs/features/partialcustomtab/PartialCustomTabSideSheetStrategy.java"
            line="264"
            column="13"/>
    </issue>

</issues>