Does Gmail, Contacts and Calendar uses C2DM to do push?
The above is not open source app, but some one may know the answer.
Does Gmail, Contacts and Calendar uses C2DM to do push? The above is not
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is no. Gmail doesn’t use C2DM. To identify if an app uses C2DM it should have the permission like below inside AndroidManifest.xml.
Note: the above permission when you look in the market it should be equivalent below:
Then see the Gmail app in the Market, it does not use such permission.