Handling backoff while implementing C2DM in Android
问题 I am implementing C2DM in one of the application. In case there is an error while registering for C2DM we need to backoff and then try again. I want to whether the user needs to go with the same registration intent or is there any other intent that user needs to call for retry purpose. Below are the two intents that I have seen in one of the code. But in case the registration fails the retry actually never occurs and I do not see any registration id being generated. com.google.android.c2dm