Add option to remove downloaded files when clearing finished downloads
This commit is contained in:
parent
e8ed4e907d
commit
7bd3f1bec4
4 changed files with 33 additions and 3 deletions
14
app/src/main/res/layout/delete_files_checkbox.xml
Normal file
14
app/src/main/res/layout/delete_files_checkbox.xml
Normal 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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue