Improve download manager. Add an option to select the number of threads for downloads.
This commit is contained in:
@@ -2,4 +2,11 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orderingFromXml="true">
|
||||
|
||||
<ListPreference android:title="@string/pref_download_threads"
|
||||
android:key="@string/pref_download_threads_key"
|
||||
android:entries="@array/download_threads"
|
||||
android:entryValues="@array/download_threads"
|
||||
android:defaultValue="1"
|
||||
android:summary="%s"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user