0

I had two apps that runs in the same process

And there is a Bound service that extends Binder class

Based on developer documentation:

Extending the Binder class

If your service is private to your own application and runs in the same process as the client (which is common), you should create your interface by extending the Binder class and returning an instance of it from onBind().

I want to know is this scenario correct and possible that two different apps in one process can bind to a Bound service in the same process and communicate with each other through service???

Community
  • 1
  • 1
hamid_c
  • 849
  • 3
  • 11
  • 29

0 Answers0