feat: added external memory cache option

This commit is contained in:
CappielloAntonio 2024-05-26 14:49:57 +02:00
parent c4e8fe5261
commit 477331da6f
7 changed files with 188 additions and 4 deletions

View file

@ -137,6 +137,10 @@
app:summary="@string/settings_buffering_strategy_summary"
app:useSimpleSummaryProvider="false" />
<Preference
android:key="streaming_cache_storage"
app:title="@string/settings_streaming_cache_storage_title" />
<Preference
android:key="download_storage"
app:title="@string/settings_download_storage_title" />