Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/xml/preferences_vendor.xml

Issue 29346916: Issue 3220 - FAQ and Privacy Policy links redirect to English site only (Closed)
Patch Set: Created June 22, 2016, 12:31 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/xml/preferences_vendor.xml
===================================================================
--- a/mobile/android/base/resources/xml/preferences_vendor.xml
+++ b/mobile/android/base/resources/xml/preferences_vendor.xml
@@ -10,18 +10,17 @@
<org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.about.link"
android:title="@string/pref_about_firefox"
android:persistent="false"
url="about:" />
<org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.faq.link"
android:title="@string/pref_vendor_faqs"
- android:persistent="false"
- url="https://adblockplus.org/en/faq"/>
+ android:persistent="false"/>
<org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.feedback.link"
android:title="@string/pref_vendor_feedback"
android:persistent="false"
url="https://adblockplus.org/redirect?link=adblock_browser_android_beta_community" />
Felix Dahlke 2016/09/15 14:59:22 I just realised that this link originally pointed
diegocarloslima 2016/10/21 13:37:43 Acknowledged.
<PreferenceCategory android:key="android.not_a_preference.datareporting.preferences"
android:title="@string/pref_category_datareporting">

Powered by Google App Engine
This is Rietveld