Android -- Service

@、Context.startService(Intent) lifecycle callback: 1、onCreate(...) 2、onStartCommande(Intent, int, int) 3、onDestroy() stop service: 1、Service.stopSelf() / stopSelf(int) 2、Context.stopService(Intent)  
相關文章
相關標籤/搜索