Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/res/xml/preferences_main.xml

Issue 29453722: Noissue - Lint adjustments and optimizations (Closed)
Patch Set: Adjusting HashSet initialization in Subscription Created July 19, 2017, 4:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/res/xml/preferences_main.xml
===================================================================
--- a/adblockplussbrowser/res/xml/preferences_main.xml
+++ b/adblockplussbrowser/res/xml/preferences_main.xml
@@ -24,17 +24,17 @@
<PreferenceScreen
android:summary="@string/whitelisted_websites_summary"
android:title="@string/whitelisted_websites">
<org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/>
</PreferenceScreen>
<org.adblockplus.sbrowser.contentblocker.preferences.MultilineListPreference
- android:defaultValue="1"
+ android:defaultValue="@string/download_settings_value_wifi"
android:entries="@array/download_settings"
android:entryValues="@array/download_settings_values"
android:key="@string/key_automatic_updates"
android:title="@string/automatic_updates"/>
<PreferenceCategory
android:title="@string/acceptable_ads_category">

Powered by Google App Engine
This is Rietveld