在stopSelf(startId)或stopSelfResult(startId)上调用JobService会产生什么影响。是的,我可以打给jobFinished。但请原谅我。会发生什么?
stopSelf(startId)
stopSelfResult(startId)
jobFinished
发布于 2016-06-20 21:14:37
JobService是一个绑定服务,stopSelf/stopSelfResult只适用于启动服务,所以不会发生任何事情。
JobService
stopSelf
stopSelfResult
https://stackoverflow.com/questions/37930479
相似问题