Hi,

i read about GCM client side implementation. and in the manifest i declare 
a permission and then i use the same permission in the manifest (to insure 
application messages deliver  to only application), but i do not how it 
works.

<permission
        android:name="com.xxx.android.permission.C2D_MESSAGE"
        android:protectionLevel="signature" />

    <uses-permission android:name="com.xxx.android.permission.C2D_MESSAGE" 
/> 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to