@@ -8,7 +8,7 @@ object Constants {
8
8
* microG vendor name
9
9
* aka. package prefix / package base
10
10
*/
11
- const val MICROG_VENDOR = " com.mgoogle "
11
+ const val MICROG_VENDOR = " app.revanced "
12
12
13
13
/* *
14
14
* microG package name
@@ -52,13 +52,6 @@ object Constants {
52
52
* a list of all (intent) actions in microG
53
53
*/
54
54
val ACTIONS = listOf (
55
- // location
56
- " com.google.android.gms.location.places.ui.PICK_PLACE" ,
57
- " com.google.android.gms.location.places.GeoDataApi" ,
58
- " com.google.android.gms.location.places.PlacesApi" ,
59
- " com.google.android.gms.location.places.PlaceDetectionApi" ,
60
- " com.google.android.gms.wearable.MESSAGE_RECEIVED" ,
61
-
62
55
// C2DM / GCM
63
56
" com.google.android.c2dm.intent.REGISTER" ,
64
57
" com.google.android.c2dm.intent.REGISTRATION" ,
@@ -67,15 +60,6 @@ object Constants {
67
60
" com.google.iid.TOKEN_REQUEST" ,
68
61
" com.google.android.gcm.intent.SEND" ,
69
62
70
- // car
71
- " com.google.android.gms.car.service.START" ,
72
-
73
- // people
74
- " com.google.android.gms.people.service.START" ,
75
-
76
- // wearable
77
- " com.google.android.gms.wearable.BIND" ,
78
-
79
63
// auth
80
64
" com.google.android.gsf.login" ,
81
65
" com.google.android.gsf.action.GET_GLS" ,
@@ -90,9 +74,8 @@ object Constants {
90
74
// fido
91
75
" com.google.android.gms.fido.fido2.privileged.START" ,
92
76
93
- // games
94
- " com.google.android.gms.games.service.START" ,
95
- " com.google.android.gms.games.PLAY_GAMES_UPGRADE" ,
77
+ // gass
78
+ " com.google.android.gms.gass.START" ,
96
79
97
80
// chimera
98
81
" com.google.android.gms.chimera" ,
@@ -103,14 +86,21 @@ object Constants {
103
86
// phenotype
104
87
" com.google.android.gms.phenotype.service.START" ,
105
88
106
- // location
107
- " com.google.android.gms.location.reporting.service.START" ,
108
-
109
89
// misc
110
90
" com.google.android.gms.gmscompliance.service.START" ,
111
91
" com.google.android.gms.oss.licenses.service.START" ,
112
- " com.google.android.gms.safetynet.service.START" ,
113
- " com.google.android.gms.tapandpay.service.BIND"
92
+ " com.google.android.gms.tapandpay.service.BIND" ,
93
+ " com.google.android.gms.measurement.START" ,
94
+ " com.google.android.gms.languageprofile.service.START" ,
95
+ " com.google.android.gms.clearcut.service.START" ,
96
+ " com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE" ,
97
+
98
+ // potoken
99
+ " com.google.android.gms.potokens.service.START" ,
100
+
101
+ // droidguard/ safetynet
102
+ " com.google.android.gms.droidguard.service.START" ,
103
+ " com.google.android.gms.safetynet.service.START"
114
104
)
115
105
116
106
/* *
0 commit comments