How to bind to running android service?

后端 未结 1 1006
死守一世寂寞
死守一世寂寞 2021-01-07 10:47

I\'m hoping this is more of an issue with code than anything else and I\'m hoping that someone out there can help track down the issue.

I have other code that starts

相关标签:
1条回答
  • 2021-01-07 11:29

    Is this an asynchronous call and I have to wait for something to complete?

    The binding is not ready until onServiceConnected() is called on your ServiceConnection object.

    0 讨论(0)
提交回复
热议问题