Add Actions for GeoData and PlaceDetection API

This commit is contained in:
Marvin W 2016-02-28 13:30:17 +01:00
parent 2aec42fb75
commit c9d08fbe0e
1 changed files with 2 additions and 0 deletions

View File

@ -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 {