//Creates a new Timer which may be specified to be run as a daemon thread.
Timer(boolean isDaemon)
//Creates a new non-daemon Timer.
Timer()
什麼時候應該啓動一個計時器作爲守護進程內的Android應用程序?定時器()作爲守護進程與非守護進程
該文檔沒有提到它。
http://developer.android.com/reference/java/util/Timer.html
當你需要它的時候,你開始它。它真的不清楚你的意思 –