fixup! DownloadWorker: Restrict concurrent downloads to one

This commit is contained in:
Aayush Gupta
2023-11-29 19:47:59 +05:30
parent 02aa302915
commit 2cd3870cf3
50 changed files with 24 additions and 121 deletions

View File

@@ -29,8 +29,6 @@
<string name="purchase_failed">Trasferimento fallito</string>
<string name="pref_install_auto_title">Installa automaticamente gli APK dopo il trasferimento</string>
<string name="pref_downloader_external_desc">Larchiviazione esterna viene utilizzata per scaricamenti, esportazioni, ecc.</string>
<string name="pref_downloader_active_title">Trasferimento attivo</string>
<string name="pref_downloader_active_summary">Numero massimo di trasferimenti attivi</string>
<string name="onboarding_permission_esa_desc">Per salvare gli scaricamenti (APK e OBB), esportare e importare le configurazioni del dispositivo da e verso larchiviazione esterna.</string>
<string name="download_resume_all">Riprendi tutti</string>
<string name="download_queued">In coda</string>
@@ -367,4 +365,4 @@
<string name="pref_updates_check_frequency">Frequenza per gli aggiornamenti automatici</string>
<string name="toast_proxy_failed">È stato impossibile impostare il proxy</string>
<string name="pref_downloader_wifi_title">Scarica usando esclusivamente il WiFi</string>
</resources>
</resources>