What happens when you try to register for C2DM an Android device with API level lower than 8? Will it crash the app or fail silently?

Thank you!

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You will just get action com.google.android.c2dm.intent.REGISTRATION with not empty string extra error. I'm not sure, but think there will be PHONE_REGISTRATION_ERROR value.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.