mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-11 20:05:48 +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 {
|
public interface GEODATA {
|
||||||
int SERVICE_ID = 65;
|
int SERVICE_ID = 65;
|
||||||
|
String ACTION = "com.google.android.gms.location.places.GeoDataApi";
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface SEARCH_IME {
|
public interface SEARCH_IME {
|
||||||
@ -338,6 +339,7 @@ public final class Services {
|
|||||||
|
|
||||||
public interface PLACE_DETECTION {
|
public interface PLACE_DETECTION {
|
||||||
int SERVICE_ID = 67;
|
int SERVICE_ID = 67;
|
||||||
|
String ACTION = "com.google.android.gms.location.places.PlaceDetectionApi";
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface CREDENTIALS {
|
public interface CREDENTIALS {
|
||||||
|
Loading…
Reference in New Issue
Block a user