]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Release 3.18.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 2e106fd561a6ce8cb98454ee09a491b94a3ba4b0..d26549635c6e90274de61ee065d0b0e1a8d20b01 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2016-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
             app:summary="@string/dom_storage_preference_summary"
             app:defaultValue="false" />
 
-        <!-- Save form data can be removed once the minimum API >= 26. -->
-        <SwitchPreferenceCompat
-            app:key="@string/save_form_data_key"
-            app:title="@string/save_form_data_preference"
-            app:summary="@string/save_form_data_preference_summary"
-            app:defaultValue="false" />
-
         <ListPreference
             app:key="@string/user_agent_key"
             app:title="@string/user_agent"
             app:entries="@array/search_entries"
             app:entryValues="@array/search_entry_values"
             app:defaultValue="@string/search_default_value"
-            app:icon="@drawable/search" />
+            app:icon="@drawable/search_blue" />
 
         <EditTextPreference
             app:key="@string/search_custom_url_key"
             app:summary="@string/clear_dom_storage_summary"
             app:defaultValue="true" />
 
-        <!-- Clear form data can be removed once the minimum API >= 26. -->
-        <SwitchPreferenceCompat
-            app:key="@string/clear_form_data_key"
-            app:title="@string/clear_form_data_preference"
-            app:summary="@string/clear_form_data_summary"
-            app:defaultValue="true" />
-
         <SwitchPreferenceCompat
             app:key="@string/clear_logcat_key"
             app:title="@string/clear_logcat"