Should an Activity unbind from a started Foreground Service in onPause()?

后端 未结 0 444
一整个雨季
一整个雨季 2020-12-24 00:21

If an activity wants to bind to a started foreground service, should it bind in onCreate() and unbind in onDestroy() or bind in onResume() and unbind in onPause()?

Th

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