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

Unified Diff: mobile/android/base/resources/xml/preferences_abb_abp.xml

Issue 29322610: Issue 2720 - [Adblocking settings] Add the other filter lists category (Closed)
Patch Set: Last naming nit Created July 31, 2015, 9:36 a.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: mobile/android/base/resources/xml/preferences_abb_abp.xml
diff --git a/mobile/android/base/resources/xml/preferences_abb_abp.xml b/mobile/android/base/resources/xml/preferences_abb_abp.xml
index 1277ad7e5b4ae9be3a03e40005f1e2abf5319b6c..4448ef66b24dce04afc774a17d4acba78ea70795 100644
--- a/mobile/android/base/resources/xml/preferences_abb_abp.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_abp.xml
@@ -4,8 +4,7 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:gecko="http://schemas.android.com/apk/res-auto"
- android:enabled="false">
+ xmlns:gecko="http://schemas.android.com/apk/res-auto" >
<PreferenceCategory android:title="@string/abb_pref_category_blocking">
<PreferenceScreen android:title="@string/abb_pref_category_adblocking"
@@ -17,11 +16,15 @@
android:value="preferences_abb_adblocking" />
</intent>
</PreferenceScreen>
-<!-- Commented out until implemented
- <PreferenceScreen android:title="@string/abb_pref_category_further_blocking"
- android:summary="@string/abb_pref_category_further_blocking_summary" >
+ <PreferenceScreen android:title="@string/abb_pref_category_more_blocking"
+ android:summary="@string/abb_pref_category_more_blocking_summary" >
+ <intent android:action="android.intent.action.VIEW"
+ android:targetPackage="@string/android_package_name"
+ android:targetClass="org.mozilla.gecko.preferences.GeckoPreferences" >
+ <extra android:name="resource"
+ android:value="preferences_abb_more_blocking" />
+ </intent>
</PreferenceScreen>
--->
</PreferenceCategory>
<PreferenceCategory android:title="@string/abb_pref_category_exceptions">
<PreferenceScreen android:title="@string/abb_pref_category_acceptable_ads"

Powered by Google App Engine
This is Rietveld