通過startService啓動後,service會一直無限期運行下去,只有外部調用了stopService()或stopSelf()方法時,該Service纔會停止運行並銷燬。 要創建一個這樣 ...
確定! 回上一頁