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

Delta Between Two Patch Sets: mobile/android/base/resources/xml-v11/preferences.xml

Issue 5664054114779136: Issue 2350 - Remove Add-ons, Apps and Sync (Closed)
Left Patch Set: Removed sync from xml-v11, too Created April 21, 2015, 10:04 a.m.
Right Patch Set: Moved visible attribute Created April 23, 2015, 8:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 <!-- Phone v11+ only: Sync is a top-level menu item. 6 <!-- Phone v11+ only: Sync is a top-level menu item.
7 See xml-v11/preference_headers.xml for tablet layout. 7 See xml-v11/preference_headers.xml for tablet layout.
8 Preference changes here should be mirrored to xml/preferences.xml.in. --> 8 Preference changes here should be mirrored to xml/preferences.xml.in. -->
9 9
10 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 10 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
11 xmlns:gecko="http://schemas.android.com/apk/res-auto" 11 xmlns:gecko="http://schemas.android.com/apk/res-auto"
12 android:enabled="false"> 12 android:enabled="false">
13 13
14 <!-- removed SyncPreference as of issue #2350 --> 14 <!-- Removed SyncPreference as part of https://issues.adblockplus.org/ticket /2350 -->
15 15
16 <PreferenceScreen android:title="@string/pref_category_customize" 16 <PreferenceScreen android:title="@string/pref_category_customize"
17 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" > 17 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" >
18 <extra android:name="resource" 18 <extra android:name="resource"
19 android:value="preferences_customize"/> 19 android:value="preferences_customize"/>
20 </PreferenceScreen> 20 </PreferenceScreen>
21 21
22 <PreferenceScreen android:title="@string/pref_category_display" 22 <PreferenceScreen android:title="@string/pref_category_display"
23 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" > 23 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" >
24 <extra android:name="resource" 24 <extra android:name="resource"
(...skipping 26 matching lines...) Expand all
51 android:value="preferences_vendor"/> 51 android:value="preferences_vendor"/>
52 </PreferenceScreen> 52 </PreferenceScreen>
53 53
54 <PreferenceScreen android:title="@string/pref_category_devtools" 54 <PreferenceScreen android:title="@string/pref_category_devtools"
55 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" > 55 android:fragment="org.mozilla.gecko.preferences.GeckoPrefe renceFragment" >
56 <extra android:name="resource" 56 <extra android:name="resource"
57 android:value="preferences_devtools"/> 57 android:value="preferences_devtools"/>
58 </PreferenceScreen> 58 </PreferenceScreen>
59 59
60 </PreferenceScreen> 60 </PreferenceScreen>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld