File tree 2 files changed +8
-0
lines changed
services-framework-proxy/src/main
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
7
7
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
+
8
14
<uses-permission android : name =" com.google.android.c2dm.permission.RECEIVE" />
9
15
<uses-permission android : name =" com.google.android.c2dm.permission.SEND" />
10
16
Original file line number Diff line number Diff line change 6
6
7
7
<resources >
8
8
<string name =" gsf_app_name" >microG Services Framework Proxy</string >
9
+
10
+ <string name =" perm_gsf_read_gservices_label" >read Google service configuration</string >
9
11
</resources >
You can’t perform that action at this time.
0 commit comments