Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请解释 IntentService 中成员变量的生命周期。当 IntentService 被杀死时它会被取消初始化吗?
一旦一个对象不再被引用,它就会成为垃圾回收的候选对象,同样适用于仅由该对象引用的对象。这包括IntentService对象。
IntentService