diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:26:12 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:26:12 -0500 |
| commit | d158d10bd05dbfcf70b20fa4bd2c4eed739e9a16 (patch) | |
| tree | 283def5546b549e57ed587b8f80c6d9407f30c63 /static | |
| parent | b6d9491f56e29da9bf4af874d591af28d5a14bb6 (diff) | |
reorder default connections
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/faq.html b/static/faq.html index 7b0c1867..c6295363 100644 --- a/static/faq.html +++ b/static/faq.html @@ -237,6 +237,15 @@ disabled.</p> </li> <li> + <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. This can be + disabled with the toggle at Settings ➔ System ➔ Date & time ➔ Use + network-provided time. The time zone is still obtained directly via the time + zone provided by the mobile network when available.</p> + </li> + <li> <p>On devices with a Qualcomm baseband (which provides GPS), when location functionality is being used, <a href="https://en.wikipedia.org/wiki/GPS_signals#Almanac">GPS almanacs</a> @@ -279,15 +288,6 @@ <li> <p>DNS resolution for other connections</p> </li> - <li> - <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. This can be - disabled with the toggle at Settings ➔ System ➔ Date & time ➔ Use - network-provided time. The time zone is still obtained directly via the time - zone provided by the mobile network when available.</p> - </li> </ul> </div> |
