Use /data/lineageos_updates/ as download path

GmsCore deletes the files in /data/ota_package/, so don't use it.
This commit is contained in:
Gabriele M
2017-07-19 18:50:16 +02:00
parent 821efd8219
commit 2b276395e1

View File

@@ -20,7 +20,7 @@
<!-- Directory where the update files will be downloaded and stored.
WARNING: The application can and will delete any unknown file. -->
<string name="download_path" translatable="false">/data/ota_package/</string>
<string name="download_path" translatable="false">/data/lineageos_updates/</string>
<string name="conf_update_server_url_def" translatable="false">https://download.lineageos.org/api</string>