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

Unified Diff: adblockplussbrowser/res/xml/preferences_main.xml

Issue 29510587: Issue 5366 - Reach full legal compliance in ABP for Samsung Internet (Closed)
Patch Set: Fixed copyright text and xml formatting Created Aug. 11, 2017, 1:29 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: adblockplussbrowser/res/xml/preferences_main.xml
===================================================================
--- a/adblockplussbrowser/res/xml/preferences_main.xml
+++ b/adblockplussbrowser/res/xml/preferences_main.xml
@@ -40,9 +40,25 @@
<org.adblockplus.sbrowser.contentblocker.preferences.MultilineCheckBoxPreference
android:defaultValue="true"
android:key="@string/key_acceptable_ads"
android:singleLine="false"
android:title="@string/enable_acceptable_ads"/>
</PreferenceCategory>
+ <PreferenceScreen android:title="@string/about">
+ <Preference android:title="@string/privacy_policy">
+ <intent
+ android:action="android.intent.action.VIEW"
+ android:data="@string/url_privacy_policy"/>
+ </Preference>
+ <Preference android:title="@string/terms_of_use">
+ <intent
+ android:action="android.intent.action.VIEW"
+ android:data="@string/url_terms_of_use"/>
+ </Preference>
+ <PreferenceScreen android:title="@string/imprint" >
+ <org.adblockplus.sbrowser.contentblocker.preferences.ImprintPreference/>
+ </PreferenceScreen>
+ </PreferenceScreen>
+
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld