If my service got an intent of starting, binding or unbinding it, I would like to know the name of the class that has done it.
How do I fetch which class has sent the intent that the service got via these methods?
Is it even possible? If so, how? If not, why, and how can I overcome it in case I want to monitor who is bound to the service and when it unbinds from the service?
I've tried multiple methods of the Intent class, but none seem to be able to query this data.