jeanboydev/Android-ReadTheFuckingSourceCode

关于Service 生命周期。

nuisanceless opened this issue · 1 comments

Android - 基础知识 中关于Service 的生命周期描述中,startService()启动方式下,onStart()发方法已经废弃,改成onStartCommand(); 更合适。

@nuisanceless 感谢指正错误,已修正。