I want to run some code when an app is launched, so my broadcast receiver has to be notified when user open any app.
Is there any way to do it?
I want to run some code when an app is launched, so my broadcast receiver has to be notified when user open any app.
Is there any way to do it?
No, sorry, there are no Intents broadcast when an application is started, nor when an activity is started.