reorder default connections

This commit is contained in:
Daniel Micay 2020-02-17 00:26:12 -05:00
parent b6d9491f56
commit d158d10bd0

View File

@ -236,6 +236,15 @@
although it's strongly recommended to always leave it enabled it can be although it's strongly recommended to always leave it enabled it can be
disabled.</p> disabled.</p>
</li> </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 &amp; 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> <li>
<p>On devices with a Qualcomm baseband (which provides GPS), when location <p>On devices with a Qualcomm baseband (which provides GPS), when location
functionality is being used, functionality is being used,
@ -279,15 +288,6 @@
<li> <li>
<p>DNS resolution for other connections</p> <p>DNS resolution for other connections</p>
</li> </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 &amp; 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> </ul>
</div> </div>