需要权限的详细信息或说明。C2D_MESSAGE

时间:2018-10-15 08:34:13

标签: google-cloud-messaging android-permissions android-push-notification

在我的应用中,我使用了GCM推送通知。所有用于推送通知的示例应用程序都具有这两个权限。我需要知道获得此许可的原因。我找不到任何permission.C2D_MESSAGE权限的文档。

<permission android:name="YOUR_PACKAGE_NAME.permission.C2D_MESSAGE"
        android:protectionLevel="signature" />
<uses-permission android:name="YOUR_PACKAGE_NAME.permission.C2D_MESSAGE" />

0 个答案:

没有答案