x-pve
Consider there are people which devices are not connected to internet; just to internal/private network. NTP server is available on this network, but just normal, insecure, but the network is trusted
Authentication should still be used on local networks. We aren't going to contribute to insecure practices based on trusting everything on a local network to be friendly. There isn't going to be any unauthenticated NTP support used by GrapheneOS.
The standard approach on Android is retrieving time from the cellular carrier with fallback to using the time obtained via NTP from a Google service. It actively uses both and simply ignores the time from SNTP when it has time from a carrier. Android also has support for using time from GNSS (satellite location services) but it's not used in the default AOSP configuration used for the stock Pixel OS or most other devices. GrapheneOS disables carrier-based time and replaces insecure NTP using a Google service with HTTPS-based network time using a GrapheneOS service. We could support using other sources of HTTPS-based time with the simple protocol we made (a custom header with more precise time) but we don't have any plan to use SNTP or NTP even with NTS.