I have added one broadcast receiver in my androidmanifest for "PACKAGE_ADDED" action.
This broadcast is received for all packages installation.
But I want to get intimated only for selected packages. Those packages are developed by me so I can put some common attributes like same sharedUserId or package name prefix.
My receiver should be invoked only when those packages are installed.
Is there any way to do that ?