Add a temporary way to select download directory
This commit is contained in:
5
app/src/main/res/xml/pref_downloads.xml
Normal file
5
app/src/main/res/xml/pref_downloads.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orderingFromXml="true">
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -6,6 +6,11 @@
|
||||
android:persistent="false"
|
||||
android:title="@string/pref_category_reader" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/pref_category_downloads_key"
|
||||
android:persistent="false"
|
||||
android:title="@string/pref_category_downloads" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/pref_category_accounts_key"
|
||||
android:persistent="false"
|
||||
|
||||
Reference in New Issue
Block a user