I use BroadcastReceiver for manage my app behaviour when incoming call.
I need to access to object instantiated in my MAIN activity.
In my main activity I create an object with any method that I need to execute in BroadcastReceiver.
How can I access to it ?
Any object you add in intent and send through broadcast, your object must implement Parcelable