Skip to content

Commit 8aaafbb

Browse files
committed
Declare com.google.android.providers.gsf.permission.READ_GSERVICES permission
1 parent ff1b9aa commit 8aaafbb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

services-framework-proxy/src/main/AndroidManifest.xml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

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

8+
<permission
9+
android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"
10+
android:label="@string/perm_gsf_read_gservices_label"
11+
android:permissionGroup="android.permission-group.ACCOUNTS"
12+
android:protectionLevel="normal" />
13+
814
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
915
<uses-permission android:name="com.google.android.c2dm.permission.SEND"/>
1016

services-framework-proxy/src/main/res/values/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66

77
<resources>
88
<string name="gsf_app_name">microG Services Framework Proxy</string>
9+
10+
<string name="perm_gsf_read_gservices_label">read Google service configuration</string>
911
</resources>

0 commit comments

Comments
 (0)