diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-10 11:41:56 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-10 11:42:44 -0500 |
| commit | 4b922ab7780ca87e01db3fa68920f53226db7d08 (patch) | |
| tree | d6112aae236d6c6e4e09e10c0a728ede73e50d61 /static | |
| parent | bc8724d67e2639344d8658bb6f77c4b48fb0fe63 (diff) | |
document disabling time sync
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index cdbbec04..ed1b869c 100644 --- a/static/usage.html +++ b/static/usage.html @@ -266,7 +266,9 @@ <p>An HTTPS connection is made to https://time.grapheneos.org/ to update the time from the date header field. This is a full replacement of Android's standard network time update implementation, which uses the cellular network - when available with a fallback to SNTP when it's not available.</p> + when available with a fallback to SNTP when it's not available. This can be + disabled with the toggle at Settings ➔ System ➔ Date & time ➔ Use + network-provided time.</p> </li> </ul> |
