| 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..8d774775baed2d8b8259cf8789965550edf6b6e0 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" > | 
| +              <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_further_blocking" /> | 
| +              </intent> | 
| </PreferenceScreen> | 
| ---> | 
| </PreferenceCategory> | 
| <PreferenceCategory android:title="@string/abb_pref_category_exceptions"> | 
| <PreferenceScreen android:title="@string/abb_pref_category_acceptable_ads" | 
|  |