<?xml version="1.0" encoding="UTF-8"?> <issues format="4" by="lint 3.0.0"> <issue id="MissingTvBanner" message="Expecting `android:banner` with the `<application>` tag or each Leanback launcher activity." errorLine1=" <application android:label="pref demo"" errorLine2=" ^"> <location file="src/main/AndroidManifest.xml" line="27" column="5"/> </issue> <issue id="ImpliedTouchscreenHardware" message="Hardware feature `android.hardware.touchscreen` not explicitly marked as optional " errorLine1="<manifest" errorLine2="^"> <location file="src/main/AndroidManifest.xml" line="17" column="1"/> </issue> <issue id="MissingLeanbackSupport" message="Expecting <uses-feature android:name="android.software.leanback" android:required="false" /> tag." errorLine1="<manifest" errorLine2="^"> <location file="src/main/AndroidManifest.xml" line="17" column="1"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_switch_preference` appears to be unused" errorLine1=" <string name="title_switch_preference">Switch preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="42" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_switch_preference` appears to be unused" errorLine1=" <string name="summary_switch_preference">This is a switch</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="43" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_switch_preference_yes_no` appears to be unused" errorLine1=" <string name="summary_switch_preference_yes_no">This is a switch with custom text</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="44" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_yesno_preference` appears to be unused" errorLine1=" <string name="title_yesno_preference">Yes or no preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="46" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_yesno_preference` appears to be unused" errorLine1=" <string name="summary_yesno_preference">An example that uses a yes/no dialog</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="47" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.dialog_title_yesno_preference` appears to be unused" errorLine1=" <string name="dialog_title_yesno_preference">Do you like bananas?</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="48" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_fragment_preference` appears to be unused" errorLine1=" <string name="title_fragment_preference">Fragment preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="65" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_fragment_preference` appears to be unused" errorLine1=" <string name="summary_fragment_preference">Shows another fragment of preferences</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="66" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_my_preference` appears to be unused" errorLine1=" <string name="title_my_preference">My preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="74" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_my_preference` appears to be unused" errorLine1=" <string name="summary_my_preference">This is a custom counter preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="75" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_advanced_toggle_preference` appears to be unused" errorLine1=" <string name="title_advanced_toggle_preference">Haunted preference</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="77" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_on_advanced_toggle_preference` appears to be unused" errorLine1=" <string name="summary_on_advanced_toggle_preference">I\'m on! :)</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="78" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.summary_off_advanced_toggle_preference` appears to be unused" errorLine1=" <string name="summary_off_advanced_toggle_preference">I\'m off! :(</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="79" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.example_preference_dependency` appears to be unused" errorLine1=" <string name="example_preference_dependency">Example preference dependency</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="86" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_wifi` appears to be unused" errorLine1=" <string name="title_wifi">WiFi</string>" errorLine2=" ~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="87" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.title_wifi_settings` appears to be unused" errorLine1=" <string name="title_wifi_settings">WiFi settings</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="88" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.default_value_list_preference` appears to be unused" errorLine1=" <string name="default_value_list_preference">beta</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="90" column="13"/> </issue> <issue id="UnusedResources" message="The resource `R.string.default_value_edittext_preference` appears to be unused" errorLine1=" <string name="default_value_edittext_preference">Default value</string>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/values/strings.xml" line="91" column="13"/> </issue> <issue id="IconMissingDensityFolder" message="Missing density variation folders in `src/main/res`: drawable-xhdpi, drawable-xxhdpi"> <location file="src/main/res"/> </issue> <issue id="GoogleAppIndexingWarning" message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details." errorLine1=" <application android:label="pref demo"" errorLine2=" ^"> <location file="src/main/AndroidManifest.xml" line="27" column="5"/> </issue> </issues>