| Index: mobile/android/base/resources/xml-v11/preferences_abb_abp.xml | 
| diff --git a/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml b/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml | 
| index eaf8c2b473829da2f8914dd071e538c249a461bb..58718d66f639b9dfd7438da605f82290b6fdec5c 100644 | 
| --- a/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml | 
| +++ b/mobile/android/base/resources/xml-v11/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" | 
| @@ -14,11 +13,12 @@ | 
| <extra android:name="resource" | 
| android:value="preferences_abb_adblocking" /> | 
| </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" | 
| + android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" > | 
| + <extra android:name="resource" | 
| + android:value="preferences_abb_more_blocking" /> | 
| </PreferenceScreen> | 
| ---> | 
| </PreferenceCategory> | 
| <PreferenceCategory android:title="@string/abb_pref_category_exceptions"> |