Skip to content

Commit

Permalink
Lint: ignore unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Mar 15, 2024
1 parent 53b416d commit 9fa798f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,8 @@
<string name="description_extension_amazon">Search your local Amazon site</string>
<string name="pref_amazon_domain">Amazon site</string>
<string name="extension_google_play">Google Play search</string>
<string name="description_extension_google_play">Search the Google Play Store</string>
<!-- description_extension_google_play is unused in the amazon flavor -->
<string name="description_extension_google_play" tools:ignore="UnusedResources">Search the Google Play Store</string>
<string name="extension_youtube">YouTube search</string>
<string name="description_extension_youtube">Search YouTube for videos</string>
<string name="description_extension_web_search">Search for websites and images</string>
Expand Down

0 comments on commit 9fa798f

Please sign in to comment.