Skip to content

Commit

Permalink
Declare com.google.android.providers.gsf.permission.READ_GSERVICES pe…
Browse files Browse the repository at this point in the history
…rmission
  • Loading branch information
ale5000-git authored and mar-v-in committed Sep 20, 2023
1 parent d4118d7 commit 833e294
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<permission
android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"
android:label="@string/perm_gsf_read_gservices_label"
android:protectionLevel="normal" />
<permission
android:name="com.google.android.c2dm.permission.RECEIVE"
android:label="@string/perm_c2dm_receive_label"
Expand Down
1 change: 1 addition & 0 deletions play-services-core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This can take a couple of minutes."</string>
<string name="signin_subtext_policy_terms">terms of service</string>

<string name="perm_status_broadcast_label">listen to internal status broadcasts</string>
<string name="perm_gsf_read_gservices_label">read Google service configuration</string>
<string name="perm_c2dm_receive_label">listen to C2DM messages</string>
<string name="perm_c2dm_send_label">send C2DM messages to other apps</string>
<string name="perm_gtalk_svc_label">exchange messages and receive sync notifications from Google servers</string>
Expand Down

0 comments on commit 833e294

Please sign in to comment.