<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 9.2.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.1)" variant="all" version="9.2.1">

    <issue
        id="UseFragmentContent"
        message="Prefer content {} instead of manually constructing a ComposeView in onCreateView()."
        errorLine1="        return ComposeView(requireContext()).apply {"
        errorLine2="               ~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/settings/BaseComposeFragment.kt"
            line="75"
            column="16"/>
    </issue>

    <issue
        id="UseFragmentContent"
        message="Prefer content {} instead of manually constructing a ComposeView in onCreateView()."
        errorLine1="        return ComposeView(requireContext()).apply {"
        errorLine2="               ~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/biometrics/BiometricAuthenticationFragment.kt"
            line="43"
            column="16"/>
    </issue>

    <issue
        id="UseFragmentContent"
        message="Prefer content {} instead of manually constructing a ComposeView in onCreateView()."
        errorLine1="        return ComposeView(requireContext()).apply {"
        errorLine2="               ~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/fragment/onboarding/OnboardingFirstFragment.kt"
            line="65"
            column="16"/>
    </issue>

    <issue
        id="UseFragmentContent"
        message="Prefer content {} instead of manually constructing a ComposeView in onCreateView()."
        errorLine1="        return ComposeView(requireContext()).apply {"
        errorLine2="               ~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/fragment/onboarding/OnboardingSecondFragment.kt"
            line="59"
            column="16"/>
    </issue>

    <issue
        id="AppBundleLocaleChanges"
        message="Found dynamic locale changes, but did not find corresponding Play Core library calls for downloading languages and splitting by language is not disabled in the `bundle` configuration"
        errorLine1="            configuration.setLocale(locale)"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/locale/screen/LanguageMiddleware.kt"
            line="84"
            column="13"/>
    </issue>

    <issue
        id="ButtonStyleXmlDetector"
        message="All buttons must have a style, try using NeutralButton or similar."
        errorLine1="    &lt;Button"
        errorLine2="     ~~~~~~">
        <location
            file="src/main/res/layout/fragment_crash_reporter.xml"
            line="70"
            column="6"/>
    </issue>

    <issue
        id="ButtonStyleXmlDetector"
        message="All buttons must have a style, try using NeutralButton or similar."
        errorLine1="    &lt;Button"
        errorLine2="     ~~~~~~">
        <location
            file="src/main/res/layout/fragment_exceptions_domains.xml"
            line="30"
            column="6"/>
    </issue>

    <issue
        id="ButtonStyleXmlDetector"
        message="All buttons must have a style, try using NeutralButton or similar."
        errorLine1="        &lt;Button"
        errorLine2="         ~~~~~~">
        <location
            file="src/main/res/layout/fragment_search_suggestions.xml"
            line="108"
            column="10"/>
    </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;640dp&quot;"
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-land-night/home_background.xml"
            line="8"
            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;640dp&quot;"
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-land/home_background.xml"
            line="8"
            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="src/main/res/drawable-night/home_background.xml"
            line="8"
            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="src/main/res/drawable/home_background.xml"
            line="8"
            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;300dp&quot;"
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/ic_error_session_crashed.xml"
            line="7"
            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;384dp&quot;"
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/wordmark2.xml"
            line="7"
            column="20"/>
    </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="        android:allowBackup=&quot;false&quot;"
        errorLine2="                             ~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="64"
            column="30"/>
    </issue>

    <issue
        id="MozMultipleConstraintLayouts"
        message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
        errorLine1="    &lt;androidx.constraintlayout.widget.ConstraintLayout"
        errorLine2="     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/dialog_add_to_homescreen2.xml"
            line="73"
            column="6"/>
    </issue>

    <issue
        id="MozMultipleConstraintLayouts"
        message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
        errorLine1="    &lt;androidx.constraintlayout.widget.ConstraintLayout"
        errorLine2="     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_search_suggestions.xml"
            line="89"
            column="6"/>
    </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="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt"
            line="196"
            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="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt"
            line="209"
            column="21"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/activity_main.xml"
            line="9"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_autocomplete_add_domain.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_autocomplete_customdomains.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/photonGrey10` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/photonGrey10&quot;>"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_crash_reporter.xml"
            line="12"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_exceptions_domains.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot; />"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_settings.xml"
            line="11"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;?selectableItemBackground&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_add_custom_domain.xml"
            line="14"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;?android:attr/selectableItemBackground&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/search_engine_checkbox_button.xml"
            line="12"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;?android:attr/selectableItemBackground&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/search_engine_radio_button.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background=&quot;@color/settings_background&quot;/>"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/toolbar.xml"
            line="9"
            column="5"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.action_ok` appears to be unused"
        errorLine1="    &lt;string name=&quot;action_ok&quot;>OK&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="13"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.teaser` appears to be unused"
        errorLine1="    &lt;string name=&quot;teaser&quot;>Automatic private browsing.\nBrowse. Erase. Repeat.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="20"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.feedback_erase` appears to be unused"
        errorLine1="    &lt;string name=&quot;feedback_erase&quot;>Your browsing history has been erased.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="23"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.search_hint` appears to be unused"
        errorLine1="    &lt;string name=&quot;search_hint&quot;>Search for %1$s&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="31"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_report_site_issue` appears to be unused"
        errorLine1="    &lt;string name=&quot;menu_report_site_issue&quot;>Report Site Issue&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="37"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_trackers_blocked_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;menu_trackers_blocked_title&quot;>Trackers blocked&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="70"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_trackers_blocked_subtitle` appears to be unused"
        errorLine1="    &lt;string name=&quot;menu_trackers_blocked_subtitle&quot;>Turning this off may fix some site problems&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="74"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_content_blocking` appears to be unused"
        errorLine1="    &lt;string name=&quot;menu_content_blocking&quot;>Content Blocking&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="77"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_content_blocking_subtitle` appears to be unused"
        errorLine1="    &lt;string name=&quot;menu_content_blocking_subtitle&quot;>Turn off to fix some sites&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="79"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.shortcut_erase_and_open_long_label` appears to be unused"
        errorLine1="    &lt;string name=&quot;shortcut_erase_and_open_long_label&quot;>Erase and open %1$s&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="123"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_klar` appears to be unused"
        errorLine1="    &lt;string name=&quot;text_selection_search_action_klar&quot; tools:ignore=&quot;BrandUsage&quot;>Search in Klar&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="132"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_focus_beta` appears to be unused"
        errorLine1="    &lt;string name=&quot;text_selection_search_action_focus_beta&quot; tools:ignore=&quot;BrandUsage&quot;>Search in Focus Beta&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="136"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_focus_nightly` appears to be unused"
        errorLine1="    &lt;string name=&quot;text_selection_search_action_focus_nightly&quot; tools:ignore=&quot;BrandUsage&quot;>Search in Focus Nightly&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="140"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_data_collection_use` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_category_data_collection_use&quot;>Data Collection &amp;amp; Use&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="189"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_search_engine_default` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_search_engine_default&quot;>Default&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="200"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_autocomplete_manage_sites` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_category_autocomplete_manage_sites&quot;>Manage sites&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="229"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_explanation_text` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_autocomplete_explanation_text&quot;>Your autocomplete list:&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="238"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_action_add2` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_autocomplete_action_add2&quot;>Add URL&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="241"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.custom_autocomplete_quick_add` appears to be unused"
        errorLine1="    &lt;string name=&quot;custom_autocomplete_quick_add&quot;>Add custom URL&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="247"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.add_custom_autocomplete_label` appears to be unused"
        errorLine1="    &lt;string name=&quot;add_custom_autocomplete_label&quot;>Add link to autocomplete&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="250"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_custom_summary` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_autocomplete_custom_summary&quot;>Add and manage custom autocomplete URLs.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="265"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_add_example` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_autocomplete_add_example&quot;>Example: example.com&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="277"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_privacy` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_category_privacy&quot;>Privacy&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="296"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_performance` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_category_performance&quot;>Performance&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="334"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_daily_usage_ping_learn_more` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_daily_usage_ping_learn_more&quot;>Learn more&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="361"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_search_installed_search_engines` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_search_installed_search_engines&quot;>Installed search engines&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="382"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_search_add2` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_search_add2&quot;>+ Add another search engine&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="392"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_clear_input` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_clear_input&quot;>Clear input&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="420"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_tab_counter` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_tab_counter&quot;>Tabs open: %1$s&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="434"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_lock` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_lock&quot;>Secure connection&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="438"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_announcement_loading` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_announcement_loading&quot;>Loading&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="442"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_announcement_loading_finished` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_announcement_loading_finished&quot;>Website loaded&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="446"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_menu` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_menu&quot;>More options&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="449"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.indicator_content_description_menu` appears to be unused"
        errorLine1="    &lt;string name=&quot;indicator_content_description_menu&quot;>More options button&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="453"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_customtab_exit` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_customtab_exit&quot;>Return to previous app&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="468"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_trackers_blocked` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_trackers_blocked&quot;>Number of trackers blocked&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="472"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_blocking_switch` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_description_blocking_switch&quot;>Block trackers&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="476"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.your_rights` appears to be unused"
        errorLine1="    &lt;string name=&quot;your_rights&quot;>Your Rights&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="478"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;external_app_prompt_title&quot;>Open link in another app&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="480"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt` appears to be unused"
        errorLine1="    &lt;string name=&quot;external_app_prompt&quot;>You can leave %1$s to open this link in %2$s.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="483"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_no_app_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;external_app_prompt_no_app_title&quot;>Find an app that can open link&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="485"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_no_app` appears to be unused"
        errorLine1="    &lt;string name=&quot;external_app_prompt_no_app&quot;>None of the apps on your device are able to open this link. You can leave %1$s to search %2$s for an app that can.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="488"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_multiple_apps_matched_exit` appears to be unused"
        errorLine1="    &lt;string name=&quot;external_multiple_apps_matched_exit&quot;>Exit Private Browsing?&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="490"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_defaultbrowser_text2` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_defaultbrowser_text2&quot;>Take private browsing to the next level. Block ads and other content that can track you across sites and bog down page load times.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="551"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_search_text` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_search_text&quot;>Searching for something different? Choose another default search engine in Settings.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="556"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_shortcut_text` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_shortcut_text&quot;>Return to your favorite sites in %1$s quickly. Just select “Add to Home screen” from the %1$s menu.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="561"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_privacy_text` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_privacy_text&quot;>Set %1$s as your default browser and get the benefits of private browsing when you open webpages from other apps.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="566"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_close_button` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_close_button&quot;>OK, got it!&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="568"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_skip_button` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_skip_button&quot;>Skip&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="569"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.firstrun_next_button` appears to be unused"
        errorLine1="    &lt;string name=&quot;firstrun_next_button&quot;>Next&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="570"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_blocking_disabled` appears to be unused"
        errorLine1="    &lt;string name=&quot;content_blocking_disabled&quot;>-&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="573"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.dialog_addtohomescreen_action_yes` appears to be unused"
        errorLine1="    &lt;string name=&quot;dialog_addtohomescreen_action_yes&quot;>YES&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="578"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.dialog_addtohomescreen_action_no` appears to be unused"
        errorLine1="    &lt;string name=&quot;dialog_addtohomescreen_action_no&quot;>NO&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="583"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tabs_tray_action_erase` appears to be unused"
        errorLine1="    &lt;string name=&quot;tabs_tray_action_erase&quot;>Erase browsing history&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="606"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_username_hint` appears to be unused"
        errorLine1="    &lt;string name=&quot;gv_prompt_username_hint&quot;>Username&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="619"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_password_hint` appears to be unused"
        errorLine1="    &lt;string name=&quot;gv_prompt_password_hint&quot;>Password&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="620"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_clear` appears to be unused"
        errorLine1="    &lt;string name=&quot;gv_prompt_clear&quot;>Clear&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="621"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_secure_connection` appears to be unused"
        errorLine1="    &lt;string name=&quot;security_popup_secure_connection&quot;>Secure Connection&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="625"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_insecure_connection` appears to be unused"
        errorLine1="    &lt;string name=&quot;security_popup_insecure_connection&quot;>Insecure Connection&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="626"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_security_verified` appears to be unused"
        errorLine1="    &lt;string name=&quot;security_popup_security_verified&quot;>Verified by: %1$s&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="628"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.site_security_icon_content_description` appears to be unused"
        errorLine1="    &lt;string name=&quot;site_security_icon_content_description&quot;>Site Security&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="631"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.find_in_page_input` appears to be unused"
        errorLine1="    &lt;string name=&quot;find_in_page_input&quot;>Find in page&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="650"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.find_in_page_result` appears to be unused"
        errorLine1="    &lt;string name=&quot;find_in_page_result&quot;>%1$d/%2$d&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="655"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_find_in_page_result` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_find_in_page_result&quot;>%1$d out of %2$d&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="659"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_next_result` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_next_result&quot;>Find next result&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="662"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_previous_result` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_previous_result&quot;>Find previous result&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="664"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_dismiss_find_in_page` appears to be unused"
        errorLine1="    &lt;string name=&quot;accessibility_dismiss_find_in_page&quot;>Dismiss find in page&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="666"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_performance_request_desktop_site` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_performance_request_desktop_site&quot;>Request desktop site&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="669"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_open_link_new_session` appears to be unused"
        errorLine1="    &lt;string name=&quot;biometric_auth_open_link_new_session&quot;>Open Link in New Session&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="829"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_not_recognized_error` appears to be unused"
        errorLine1="    &lt;string name=&quot;biometric_auth_not_recognized_error&quot;>Fingerprint not recognized. Try again.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="836"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_moved_too_quickly` appears to be unused"
        errorLine1="    &lt;string name=&quot;biometric_auth_moved_too_quickly&quot;>Finger moved too fast. Try again.&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="840"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_disable_tracking_protection` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_disable_tracking_protection&quot;>Site behaving unexpectedly?\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="865"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_add_to_homescreen` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_add_to_homescreen&quot;>&lt;![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]&gt;&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="870"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_set_default_browser` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_set_default_browser&quot;>Open every link in %1$s\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="875"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_autocomplete_url` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_autocomplete_url&quot;>Autocomplete URLs for sites you use most\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="881"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_open_in_new_tab` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_open_in_new_tab&quot;>Open a link in a new tab\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="887"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_disable_tips2` appears to be unused"
        errorLine1="    &lt;string name=&quot;tip_disable_tips2&quot;>Turn off tips on the start screen&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="892"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.new_tab_opened_snackbar` appears to be unused"
        errorLine1="    &lt;string name=&quot;new_tab_opened_snackbar&quot;>New tab opened&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="895"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.open_new_tab_snackbar` appears to be unused"
        errorLine1="    &lt;string name=&quot;open_new_tab_snackbar&quot;>Switch&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="898"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_open_new_tab` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_open_new_tab&quot;>Switch to link in new tab immediately&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="901"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_block_cookies` appears to be unused"
        errorLine1="    &lt;string name=&quot;preference_category_block_cookies&quot;>Would you like to block cookies?&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="925"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tab_crash_report_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;tab_crash_report_title&quot;>Tab Crashed&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="928"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_title` appears to be unused"
        errorLine1="    &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_title&quot;>Connection not secure&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1003"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_message` appears to be unused"
        errorLine1="    &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_message&quot; >&lt;![CDATA["
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1006"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_techInfo` appears to be unused"
        errorLine1="    &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_techInfo&quot;>&lt;![CDATA["
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1012"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.cfr_close_button_description` appears to be unused"
        errorLine1="    &lt;string name=&quot;cfr_close_button_description&quot;>Close popup&lt;/string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1027"
            column="13"/>
    </issue>

    <issue
        id="MonochromeLauncherIcon"
        message="The application adaptive icon is missing a monochrome tag"
        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="src/debug/res/mipmap-anydpi/ic_launcher.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="MonochromeLauncherIcon"
        message="The application adaptive icon is missing a monochrome tag"
        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="src/main/res/mipmap-anydpi/ic_launcher.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="IconMissingDensityFolder"
        message="Missing density variation folders in `src/main/res`: drawable-mdpi, drawable-xhdpi, drawable-xxhdpi">
        <location
            file="src/main/res"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
        errorLine1="        android:paddingEnd=&quot;?android:attr/listPreferredItemPaddingStart&quot; />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="36"
            column="9"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
        errorLine1="        android:paddingEnd=&quot;?android:attr/listPreferredItemPaddingStart&quot; />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="41"
            column="9"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
        errorLine1="        android:paddingStart=&quot;5dp&quot;"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/preference_manual_add_search_engine.xml"
            line="45"
            column="9"/>
    </issue>


</issues>
