| Index: mobile/android/base/resources/xml/preferences_abp_adblockplus.xml |
| diff --git a/mobile/android/base/resources/xml/preferences_abp_adblockplus.xml b/mobile/android/base/resources/xml/preferences_abp_adblockplus.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee5869cd635741451b3d32c6e9381db901631c36 |
| --- /dev/null |
| +++ b/mobile/android/base/resources/xml/preferences_abp_adblockplus.xml |
| @@ -0,0 +1,35 @@ |
| +<?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/abp_pref_category_blocking"> |
| + <PreferenceScreen android:title="@string/abp_pref_category_adblocking" |
| + android:summary="@string/abp_pref_category_adblocking_summary" > |
| + </PreferenceScreen> |
| + <PreferenceScreen android:title="@string/abp_pref_category_further_blocking" |
| + android:summary="@string/abp_pref_category_further_blocking_summary" > |
| + </PreferenceScreen> |
| + </PreferenceCategory> |
| + |
| + <PreferenceCategory android:title="@string/abp_pref_category_exceptions"> |
| + <PreferenceScreen android:title="@string/abp_pref_category_acceptable_ads" |
| + android:summary="@string/abp_pref_category_acceptable_ads_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_abp_acceptable_ads" /> |
| + </intent> |
| + </PreferenceScreen> |
| + <PreferenceScreen android:title="@string/abp_pref_category_whitelisted_sites" |
| + android:summary="@string/abp_pref_category_whitelisted_sites_summary" > |
| + </PreferenceScreen> |
| + </PreferenceCategory> |
| + |
| +</PreferenceScreen> |
| + |