diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-25 21:16:32 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-25 21:16:32 -0400 |
| commit | ee79e232e99e89232bea07283905d7a729187e2d (patch) | |
| tree | 1d144c5bd3b91fa4573d81dc784d42972606932a /static | |
| parent | 4f7024cf35ef056a24e23816484f083ede649e6f (diff) | |
toggle for network time approach is planned
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index f658dddf..d5384ac8 100644 --- a/static/faq.html +++ b/static/faq.html @@ -450,7 +450,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. We plan to + offer a toggle to use the standard functionality instead of HTTPS-based time + updates in order to blend in with other devices.</p> <p>Network time can be disabled with the toggle at Settings ➔ System ➔ Date & time ➔ Use network-provided time. Unlike AOSP or the stock OS on the |
