| 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> |