Hi friends,

I am developing an application contains a BroadcastReceiver which
should listen for an event(intent) from system when any app(like
Contacts, Gallery, Messaging,..) is launched from home screen or App
screen.

I tried listening to the intents,
<actionandroid:name="android.intent.action.MAIN"></action>
<categoryandroid:name="android.intent.category.LAUNCHER">

But Im not catching it(i mean onRecieve() is not getting called).

My question is, Which Android Intent is broadcasted by the system
whenever a app(like Contacts, Gallery, Messaging,..) is launched from
Homescreen(So that i can linten to it)?

and/or is it to possible receive that Intent ?

Thanks in advance
Shipi

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to