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 committed Sep 19, 2023
1 parent ff1b9aa commit 8aaafbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services-framework-proxy/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<permission
android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"
android:label="@string/perm_gsf_read_gservices_label"
android:permissionGroup="android.permission-group.ACCOUNTS"
android:protectionLevel="normal" />

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="com.google.android.c2dm.permission.SEND"/>

Expand Down
2 changes: 2 additions & 0 deletions services-framework-proxy/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

<resources>
<string name="gsf_app_name">microG Services Framework Proxy</string>

<string name="perm_gsf_read_gservices_label">read Google service configuration</string>
</resources>

0 comments on commit 8aaafbb

Please sign in to comment.