多次调用startService会怎样?会执行多次onCreate吗?
StopService在哪里调用?stopSelf在哪调用?
怎样使Service被kill后能自己重新创建?
onStartCommand方法返回值有哪几种?分别有什么意义?
IntentService
工作原理?
和Service的区别?
循环执行startService的话会怎么样?intentService的任务会被覆盖掉吗?
多次调用startService会怎样?会执行多次onCreate吗?
StopService在哪里调用?stopSelf在哪调用?
怎样使Service被kill后能自己重新创建?
onStartCommand方法返回值有哪几种?分别有什么意义?
IntentService
工作原理?
和Service的区别?
循环执行startService的话会怎么样?intentService的任务会被覆盖掉吗?