mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 03:35:50 +01:00
Add Actions for GeoData and PlaceDetection API
This commit is contained in:
parent
2aec42fb75
commit
c9d08fbe0e
@ -330,6 +330,7 @@ public final class Services {
|
||||
|
||||
public interface GEODATA {
|
||||
int SERVICE_ID = 65;
|
||||
String ACTION = "com.google.android.gms.location.places.GeoDataApi";
|
||||
}
|
||||
|
||||
public interface SEARCH_IME {
|
||||
@ -338,6 +339,7 @@ public final class Services {
|
||||
|
||||
public interface PLACE_DETECTION {
|
||||
int SERVICE_ID = 67;
|
||||
String ACTION = "com.google.android.gms.location.places.PlaceDetectionApi";
|
||||
}
|
||||
|
||||
public interface CREDENTIALS {
|
||||
|
Loading…
Reference in New Issue
Block a user