You might use intent filter on <action android:name="android.intent.action.PACKAGE_INSTALL"/> <action android:name="android.intent.action.PACKAGE_REMOVED"/> <action android:name="android.intent.action.PACKAGE_ADDED"/> <action android:name="android.intent.action.PACKAGE_REPLACED"/> <action android:name="android.intent.action.PACKAGE_CHANGED"/> <action android:name="android.intent.action.PACKAGE_RESTARTED"/>
On Nov 17, 1:26 pm, "[email protected]" <[email protected]> wrote: > Yougetsome idea of the count of active installs > onhttp://market.android.com/publish/Home > > Not sure how to capture install / uninstall event. > > For install / first usage, you could have the client contact a server > you maintain I guess. -- 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

