tags:

views:

30

answers:

1

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?

A: 

No, sorry, there are no Intents broadcast when an application is started, nor when an activity is started.

CommonsWare