Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9d08fbe authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Add Actions for GeoData and PlaceDetection API

parent 2aec42fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {