Cleanup and retire non-working download options

* External storage download uses external files directory and not the SD card
  to downloads while the description states otherwise. This is in-accurate and
  thus dropped (See #985).

* Custom download path is broken which was implemented as a workaround for the
  above (See #1003).

* Move downloads storage to internal files directory which is sandboxed and only
  accessible to us.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-26 14:55:10 +05:30
parent 2f5d39106a
commit caf6dd18c1
59 changed files with 28 additions and 379 deletions

View File

@@ -185,8 +185,6 @@
<string name="onboarding_welcome_select">Hvordan går det\?</string>
<string name="onboarding_permission_esa">Adgang til ekstern lagring</string>
<string name="onboarding_permission_esm">Ekstern opbevaringsmanager</string>
<string name="pref_downloader_external_desc">Ekstern opbevaring bruges til downloads, eksporter mm.</string>
<string name="pref_downloader_external">Brug ekstern opbevaring</string>
<string name="onboarding_permission_esa_desc">For at gemme downloads (APK og OBB) skal du, eksportere og importere enhedskonfigurationer til og fra ekstern lagring.</string>
<string name="onboarding_permission_installer">Installatørtilladelse</string>
<string name="onboarding_permission_installer_desc">Tillad at installere apps fra Aurora Store</string>