From 541a2a172dbcc4ff6f7ccf37c72e42ea9cff8527 Mon Sep 17 00:00:00 2001
From: Daniel Micay The GrapheneOS System Updater app fetches update metadata from
- https://releases.grapheneos.org/DEVICE-CHANNEL approximately once every four hours
+ https://releases.grapheneos.org/DEVICE-CHANNEL approximately once every four hours
when connected to a permitted network for updates. Once an update is available, it tries to download
- https://releases.grapheneos.org/DEVICE-incremental-OLD_VERSION-NEW_VERSION.zip
+ https://releases.grapheneos.org/DEVICE-incremental-OLD_VERSION-NEW_VERSION.zip
for a delta update, and then falls back to
- https://releases.grapheneos.org/DEVICE-ota_update-NEW_VERSION.zip.
No query / data is sent to the server, so the only information leaked to it are the variables in these 3 URLs (device, channel, current version) which is necessary to obtain the update.