Android bound service not destroyed after all clients unbind

后端 未结 0 1517
死守一世寂寞
死守一世寂寞 2020-12-18 17:42

I have 2 services A and B.

A creates B and binds to B via the Context#bindService() with the CONTEXT_AUTO_CREATE flag. Normally when A unbinds from B, B is destroyed.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题