[android-developers] Re: How to track Installing and uninstalling applications?

2009-12-16 Thread sergey staskov
Thanks a lot Patrick. But I still have some problems. How can I get application info if PACKAGE_REMOVED intent is received. Exeption throws in this case.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to track Installing and uninstalling applications?

2009-11-28 Thread patrick
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-developers] Re: How to track Installing and uninstalling applications?

2009-11-17 Thread admin.androidsl...@googlemail.com
You get some idea of the count of active installs on http://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