Add option to remove downloaded files when clearing finished downloads

This commit is contained in:
Kamil Szczęk 2019-10-11 15:07:51 +02:00
parent e8ed4e907d
commit 7bd3f1bec4
4 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="15dp">
<CheckBox
android:id="@+id/delete_files_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/delete_downloaded_files"/>
</FrameLayout>

View file

@ -587,5 +587,5 @@
<string name="downloads_storage_use_saf_title">Use SAF</string>
<string name="downloads_storage_use_saf_summary">The Storage Access Framework allows downloads to an external SD card.\nNote: some devices are not compatible</string>
<string name="choose_instance_prompt">Choose an instance</string>
<string name="delete_downloaded_files">Delete downloaded files</string>
</resources>