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: Removed default case Created March 22, 2015, 9:23 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..5c7393ce33f37b396213211befce8d511cf227fc 100644
--- a/mobile/android/base/resources/xml/preferences.xml
+++ b/mobile/android/base/resources/xml/preferences.xml
@@ -45,6 +45,17 @@
</intent>
</PreferenceScreen>
+ <!-- Adblocking preferences -->
+ <PreferenceScreen android:title="@string/abb_pref_category_adblocking" >
+ <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_abb_abp" />
+ </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