| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 - License, v. 2.0. If a copy of the MPL was not distributed with this | 3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | 5 |
| 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 xmlns:gecko="http://schemas.android.com/apk/res-auto" | 7 xmlns:gecko="http://schemas.android.com/apk/res-auto" |
| 8 android:title="@string/pref_category_vendor" | 8 android:title="@string/pref_category_vendor" |
| 9 android:enabled="false"> | 9 android:enabled="false"> |
| 10 | 10 |
| 11 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.about.link" | 11 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.about.link" |
| 12 android:title="@string/pref_ab
out_firefox" | 12 android:title="@string/pref_ab
out_firefox" |
| 13 android:persistent="false" | 13 android:persistent="false" |
| 14 url="about:" /> | 14 url="about:" /> |
| 15 | 15 |
| 16 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.faq.link" | 16 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.faq.link" |
| 17 android:title="@string/pref_ve
ndor_faqs" | 17 android:title="@string/pref_ve
ndor_faqs" |
| 18 android:persistent="false"/> | 18 android:persistent="false"/> |
| 19 | 19 |
| 20 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.feedback.link" | 20 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre
ference.feedback.link" |
| 21 android:title="@string/pref_ve
ndor_feedback" | 21 android:title="@string/pref_ve
ndor_feedback" |
| 22 android:persistent="false" | 22 android:persistent="false"/> |
| 23 url="https://adblockplus.org/r
edirect?link=adblock_browser_android_beta_community" /> | |
| 24 | 23 |
| 25 </PreferenceScreen> | 24 </PreferenceScreen> |
| OLD | NEW |