Hello everyone,
I thank in advance all those who read this and who will try to help me.
So my problem is that I want to display an alert in the call screen when the user initiates a call.
Currently I have: - A class MyAlert extends Activity to view and process the alert - A class CallReceiver extends BroadCastReceiver to process the call
From CallReceiver, I launch the alert with startActivity on MyAlert. The problem is that the alert appears in my main activity, so we don't see it at the right time, but only if we open the app, what is totally useless.
If someone has an idea, it would help me a lot, I loos hope!