Communicating from a foreground service to Activity

I have an Activity which starts a Foreground Call Service. I use callbacks to communicate from Service to Activity. The Activity is essentially a Call Screen and has options like Mute, Speaker etc.
Here’s a problem, When the user closes the App and launches it again from Foreground Service Notification, how to I update the activity with the current activity state (Was On mute or Was speaker on etc).

@shivamdhuria27 Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.