I am about to implement C2DM for my application, but I find the documentation a bit confusing regarding how to write the manifest. The manifest code example contains this: <!-- Only this application can receive the messages and registration result --> <permission android:name="com.example.myapp.permission.C2D_MESSAGE" android:protectionLevel="signature" /> <uses-permission android:name="com.exampl
{{#tags}}- {{label}}
{{/tags}}