| Index: mobile/android/base/resources/xml/preferences_abb_further_blocking.xml | 
| diff --git a/mobile/android/base/resources/xml/preferences_abb_further_blocking.xml b/mobile/android/base/resources/xml/preferences_abb_further_blocking.xml | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..cf03c3bbe691c15c577d83476b0ae456ae600c90 | 
| --- /dev/null | 
| +++ b/mobile/android/base/resources/xml/preferences_abb_further_blocking.xml | 
| @@ -0,0 +1,14 @@ | 
| +<?xml version="1.0" encoding="utf-8"?> | 
| +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | 
| +                  xmlns:gecko="http://schemas.android.com/apk/res-auto" | 
| +                  android:title="@string/abb_pref_category_further_blocking" > | 
| + | 
| +    <org.adblockplus.browser.OtherPreferenceGroup | 
| +            android:persistent="false" /> | 
| + | 
| +    <org.adblockplus.browser.UrlInputOpenerPreference | 
| +            android:title="@string/abb_pref_category_add_other_list" | 
| +            android:layout="@layout/abb_custom_prefscreen" /> | 
| + | 
| +</PreferenceScreen> | 
| + | 
|  |