檢查方法System.currentTimeMilllis()
它說:測量長的時間間隔
This method shouldn't be used for measuring timeouts or other
elapsed time measurements, as changing the system time can affect the results.
和像SystemClock.elapsedRealTime(其他方式),如果重置系統復位
所以,如果我想衡量,以便及時無論用戶是否更改系統時間,每兩天執行一次特定操作,我如何測量它?
可能重複:http://stackoverflow.com/questions/351565/system-currenttimemillis-vs-system-nanotime – 2013-02-12 12:48:44
您應該檢查http://stackoverflow.com/questions/7677674/use-of -ntp-SERV冰從互聯網上獲得真正的時間。 – WarrenFaith 2013-02-12 12:53:19