Make C2DM_SEND permission a signature permission

This commit is contained in:
Marvin W 2016-02-06 20:49:57 +01:00
parent 6d2eee71bb
commit 97e5cc4072
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<permission
android:name="com.google.android.c2dm.permission.SEND"
android:label="@string/perm_c2dm_send_label"
android:protectionLevel="dangerous"/>
android:protectionLevel="signature"/>
<permission-tree
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"