Below is the code-
<receiver android:name=".receiver.AppInstallReceiver">
<intent-filter>Also, I have tried the below code using Clover's Intents class
<action android:name="android.intent.action.PACKAGE_ADDED" />
</intent-filter>
</receiver>
<receiver android:name=".receiver.PS_AppInstallReceiver"></receiver>
<intent-filter>
<action android:name="com.clover.intent.action.APP_INSTALL_DONE" />
</intent-filter>
This does not work either.
Any help would be appreciated.