0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-24 04:05:13 +00:00

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

View file

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