]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Implement ad blocking. Fixes https://redmine.stoutner.com/issues/31.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 8ed81b84aab687621a0f08921c4f6165392d59d2..3519231cf2916cf41f99e7d9a860296f4835725c 100644 (file)
             android:defaultValue="PrivacyBrowser/1.0"
             android:inputType="textVisiblePassword|textMultiLine" />
 
+        <SwitchPreference
+            android:key="block_ads"
+            android:title="@string/block_ads"
+            android:summary="@string/block_ads_summary"
+            android:defaultValue="true" />
+
         <SwitchPreference
             android:key="do_not_track"
             android:title="@string/do_not_track"
     </PreferenceCategory>
 
     <PreferenceCategory
-        android:key="fullscreen"
-        android:title="@string/fullscreen">
+        android:key="full_screen"
+        android:title="@string/full_screen">
+
+        <SwitchPreference
+            android:key="enable_full_screen_browsing_mode"
+            android:title="@string/enable_full_screen_browsing_mode"
+            android:summary="@string/enable_full_screen_browsing_mode_summary"
+            android:defaultValue="false" />
 
         <SwitchPreference
             android:key="hide_system_bars"