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

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

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Cleanup of AddOnBridge Created March 22, 2015, 12:13 p.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.xml
diff --git a/mobile/android/base/resources/xml/preferences.xml b/mobile/android/base/resources/xml/preferences.xml
index d0b4155b5e3b4b1c64f0a9209e4bf34c2cd1c8b7..793450ae059f547584060b0f456e7aa278f9a049 100644
--- a/mobile/android/base/resources/xml/preferences.xml
+++ b/mobile/android/base/resources/xml/preferences.xml
@@ -45,6 +45,17 @@
</intent>
</PreferenceScreen>
+ <!-- Adblock Plus Browser preferences -->
Felix Dahlke 2015/03/22 13:52:34 "Adblocking preferences" again.
René Jeschke 2015/03/22 15:32:59 Done.
+ <PreferenceScreen android:title="@string/pref_category_display" >
+ <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_adblockplus" />
Felix Dahlke 2015/03/22 13:52:34 I'd suggest "preferences_adblocking" again.
René Jeschke 2015/03/22 15:32:59 Again: Because we have a sub-preference that is ca
+ </intent>
+ </PreferenceScreen>
+
<PreferenceScreen android:title="@string/pref_category_language" >
<intent android:action="android.intent.action.VIEW"
android:targetPackage="@string/android_package_name"

Powered by Google App Engine
This is Rietveld