From c9d08fbe0e02fb7edb837552021c0751df4ddbad Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sun, 28 Feb 2016 13:30:17 +0100 Subject: [PATCH] Add Actions for GeoData and PlaceDetection API --- .../src/main/java/org/microg/gms/common/Services.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/play-services-api/src/main/java/org/microg/gms/common/Services.java b/play-services-api/src/main/java/org/microg/gms/common/Services.java index 56a5c93e..e36198ac 100644 --- a/play-services-api/src/main/java/org/microg/gms/common/Services.java +++ b/play-services-api/src/main/java/org/microg/gms/common/Services.java @@ -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 {