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

Side by Side Diff: mobile/android/app/src/main/res/xml/preferences_vendor.xml

Issue 30018598: Issue 7281 - Remove Google+ links (Closed)
Patch Set: Adjustments in regards to Anton's comments Created Feb. 27, 2019, 5 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 <!-- Changed about url. See https://issues.adblockplus.org/ticket/7211 --> 11 <!-- Changed about url. See https://issues.adblockplus.org/ticket/7211 -->
12 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.about.link" 12 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.about.link"
13 android:title="@string/pref_ab out_firefox" 13 android:title="@string/pref_ab out_firefox"
14 android:persistent="false" 14 android:persistent="false"
15 url="about:" /> 15 url="about:" />
16 16
17 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.faq.link" 17 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.faq.link"
18 android:title="@string/pref_ve ndor_faqs" 18 android:title="@string/pref_ve ndor_faqs"
19 android:persistent="false"/> 19 android:persistent="false"/>
20 20
21 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.feedback.link" 21 <!-- Opening e-mail client for user feedback. See https://issues.adblockplus .org/ticket/7281 -->
22 android:title="@string/pref_ve ndor_feedback" 22 <org.adblockplus.browser.FeedbackPreference android:title="@string/pref_vend or_feedback"
23 android:persistent="false"/> 23 android:persistent="false"/>
24 24
25 </PreferenceScreen> 25 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld