Hi,

Hope all doing well..

 I have a broadcast receiver in my app to check if my app is installed
or deleted. So I have added following intent filter in the manifest..

 <receiver android:name="com.packagereceiver.PackageReceiver">
                        <intent-filter>
                          <action 
android:name="android.intent.action.PACKAGE_ADDED"/>
                <action
android:name="android.intent.action.PACKAGE_REMOVED"/>
                   <data android:scheme="package"
                    />
                        </intent-filter>
                </receiver>
But the problem is my receiver gets notification for any apps
installed or deleted on phone..

Is there any way to get notification only for certain predefined
packages(apps ) installation or uninstallation..

Thanks & Regards,
Ashiq sayyad

-- 
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