I am new to android.. I had created an application (AgentApp) which has an activity and a broadcast receiver. The intent filter of the receiver is android.intent.action.PACKAGE_ADDED .After launching the application,if any other app is getting installed the receiver is working fine.
But my doubt is when my application(AgentApp) is getting installed the receiver is not listening it y?..