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