Corresponding GCMRegistrar.isRegistered() in new GCM
问题 I am trying to implement GCM using the new GoogleCloudMessaging API . I want to check whether the device is registered on the cloud, which was previously checked using GCMRegistrar.isRegistered() . Is there any way I can achieve this check using the new API? EDIT: I know I can save the registeration Id in my app, but I want to know the status of my device on the cloud - whether it is registered or not. 回答1: The deprecated GCMRegistrar was just a helper client class that stored the