Let's say i have started a service1 from my app APP1. There is another service already running and that was not started from my App1 and say it's service2. Now, is it possible to establish communication between these two services.
Asked
Active
Viewed 55 times
1 Answers
0
What about using Broadcast Receivers? service1 should listens for some broadcast (with your defined action) which is send by service2. Similarly Service2 should listens for the broadcast sent by Service1.

Paul
- 506
- 4
- 10