| Index: mobile/android/base/resources/xml-v11/preferences_abp_adblockplus.xml | 
| diff --git a/mobile/android/base/resources/xml-v11/preferences_abp_adblockplus.xml b/mobile/android/base/resources/xml-v11/preferences_abp_adblockplus.xml | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f43b5a0a0fd7422fbdacfb4a3afa4a725bec03df | 
| --- /dev/null | 
| +++ b/mobile/android/base/resources/xml-v11/preferences_abp_adblockplus.xml | 
| @@ -0,0 +1,32 @@ | 
| +<?xml version="1.0" encoding="utf-8"?> | 
| +<!-- This Source Code Form is subject to the terms of the Mozilla Public | 
| + - License, v. 2.0. If a copy of the MPL was not distributed with this | 
| + - 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"> | 
| + | 
| + <PreferenceCategory android:title="@string/adblockbrowser_pref_category_blocking"> | 
| + <PreferenceScreen android:title="@string/adblockbrowser_pref_category_adblocking" | 
| + android:summary="@string/adblockbrowser_pref_category_adblocking_summary" > | 
| + </PreferenceScreen> | 
| + <PreferenceScreen android:title="@string/adblockbrowser_pref_category_further_blocking" | 
| + android:summary="@string/adblockbrowser_pref_category_further_blocking_summary" > | 
| + </PreferenceScreen> | 
| + </PreferenceCategory> | 
| + | 
| + <PreferenceCategory android:title="@string/adblockbrowser_pref_category_exceptions"> | 
| + <PreferenceScreen android:title="@string/adblockbrowser_pref_category_acceptable_ads" | 
| + android:summary="@string/adblockbrowser_pref_category_acceptable_ads_summary" | 
| + android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" > | 
| + <extra android:name="resource" | 
| + android:value="preferences_adblockbrowser_acceptable_ads" /> | 
| + </PreferenceScreen> | 
| + <PreferenceScreen android:title="@string/adblockbrowser_pref_category_whitelisted_sites" | 
| + android:summary="@string/adblockbrowser_pref_category_whitelisted_sites_summary" > | 
| + </PreferenceScreen> | 
| + </PreferenceCategory> | 
| + | 
| +</PreferenceScreen> | 
| + |