]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Redesign file access to work with the scoped storage. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index afb3bde93097b02229eb245a3c69ac8c2dda5e74..f91b17e4b3597ff76a311069669aedac99af89be 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2020 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2021 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
             android:inputType="textUri"
             android:icon="?attr/homepageIcon" />
 
-        <ListPreference
-            android:key="download_location"
-            android:title="@string/download_location"
-            android:entries="@array/download_location_entries"
-            android:entryValues="@array/download_location_entry_values"
-            android:defaultValue="@string/download_location_default_value"
-            android:icon="?attr/downloadIcon" />
-
-        <EditTextPreference
-            android:key="download_custom_location"
-            android:title="@string/download_custom_location"
-            android:defaultValue="@string/download_custom_location_default_value"
-            android:inputType="textUri" />
-
         <!-- `android:inputType="number"` currently doesn't work with AndroidX. -->
         <EditTextPreference
             android:key="font_size"