//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 应用程序中将计时器作为守护程序启动?
文档对此只字未提。
//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 应用程序中将计时器作为守护程序启动?
文档对此只字未提。