Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 833e2940 authored by ale5000's avatar ale5000 Committed by Marvin W.
Browse files

Declare com.google.android.providers.gsf.permission.READ_GSERVICES permission

parent d4118d7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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>