inloop / easygcm

Android Library for easy GCM integration in few lines of code.
Apache License 2.0
261 stars 43 forks source link

Add a method to force the remove of currentRegId #59

Closed ppamorim closed 8 years ago

ppamorim commented 8 years ago

Would be amazing to add this method. I need to resync my ids when the user is logged on the app or not (my case of use needs it). Just remove the PROPERTY_REG_ID on the SharedPreferences. At this time, I do it manuallity.