Index: res/xml/preferences_main.xml |
=================================================================== |
--- a/res/xml/preferences_main.xml |
+++ b/res/xml/preferences_main.xml |
@@ -23,16 +23,23 @@ |
android:title="@string/more_blocking" > |
<org.adblockplus.sbrowser.contentblocker.MoreBlockingPreferenceCategory |
android:layout_width="fill_parent" |
android:layout_height="wrap_content" |
android:title="@string/more_blocking_category" /> |
</PreferenceScreen> |
+ <PreferenceScreen |
+ android:summary="@string/whitelisted_websites_summary" |
+ android:title="@string/whitelisted_websites"> |
+ |
+ <org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/> |
+ </PreferenceScreen> |
+ |
<ListPreference |
android:layout_width="fill_parent" |
android:layout_height="wrap_content" |
android:defaultValue="1" |
android:entries="@array/download_settings" |
android:entryValues="@array/download_settings_values" |
android:key="@string/key_automatic_updates" |
android:title="@string/automatic_updates" /> |