DownloadPreference: Add a worker to regularly clear downloads cache

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-03-22 17:53:34 +05:30
parent 43e63a9452
commit 68733e1ec1
6 changed files with 114 additions and 1 deletions

View File

@@ -435,4 +435,8 @@
<!-- MoreDialogFragment -->
<string name="title_more">More</string>
<string name="manage_account">Manage your account</string>
<!-- DownloadPreference -->
<string name="pref_download_cache_title">Keep downloads cache</string>
<string name="pref_download_cache_summary">How long to preserve downloads cache (failed, cancelled and completed), in hours</string>
</resources>