Android 系统时间从网络更新时捕获事件

Capturing an event when the Android system time is updated from the network

如果设备配置了Settings->Date & time->Automatic date & time,它将在设备连接到网络时更新它的系统时间(网络可以提供时间)。

是否有我可以订阅的事件,以便我知道是否以及何时发生?

有这些活动的广播。 ACTION_TIME_CHANGEDACTION_DATE_CHANGED

ACTION 文档位于 http://developer.android.com/reference/android/content/Intent.html#ACTION_DATE_CHANGED