Possible Duplicate:
Is it possible to detect Android app uninstall?
I am implementing c2dm service in an app in order to be able to send message to all the users. In google's c2dm documentation, it is quite well explained how to register the app to the service, and how to unregister it. But how I am supposed to unregister from c2dm, when I can not get any event when the application is uninstalled?