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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user