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:
parent
6d2eee71bb
commit
97e5cc4072
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue