码迷,mamicode.com
首页 > 移动开发 > 详细

android IntentService生命周期问题

时间:2017-04-30 12:24:27      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:art   startid   font   mil   bsp   article   就会   运行   生命周期   

假设须要在onHandleIntent之前运行一些操作。比方须要停止当前正在运行的任务。可在onStart做这个操作。

须要注意的是必须在onStart函数的最后(运行完我的操作后)调用super.onStart(intent, startId),由于调用super.onStart后就会開始运行onHandleIntent。

android IntentService生命周期问题

标签:art   startid   font   mil   bsp   article   就会   运行   生命周期   

原文地址:http://www.cnblogs.com/claireyuancy/p/6789097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!