Loading GmsApi @ a0e9645c Compare 70419935 to a0e9645c Original line number Diff line number Diff line Subproject commit 704199355e1c6f8b14402e01063fbae7b187b35b Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0 play-services-location/src/main/java/org/microg/gms/location/GoogleLocationManagerClient.java +2 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import com.google.android.gms.location.internal.IGoogleLocationManagerService; import org.microg.gms.common.Constants; import org.microg.gms.common.GmsClient; import org.microg.gms.common.Services; public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocationManagerService> { public GoogleLocationManagerClient(Context context, GoogleApiClient.ConnectionCallbacks Loading @@ -36,7 +37,7 @@ public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocat @Override protected String getActionString() { return Constants.ACTION_GMS_LOCATION_MANAGER_SERVICE_START; return Services.LOCATION_MANAGER.ACTION; } @Override Loading Loading
GmsApi @ a0e9645c Compare 70419935 to a0e9645c Original line number Diff line number Diff line Subproject commit 704199355e1c6f8b14402e01063fbae7b187b35b Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0
play-services-location/src/main/java/org/microg/gms/location/GoogleLocationManagerClient.java +2 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import com.google.android.gms.location.internal.IGoogleLocationManagerService; import org.microg.gms.common.Constants; import org.microg.gms.common.GmsClient; import org.microg.gms.common.Services; public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocationManagerService> { public GoogleLocationManagerClient(Context context, GoogleApiClient.ConnectionCallbacks Loading @@ -36,7 +37,7 @@ public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocat @Override protected String getActionString() { return Constants.ACTION_GMS_LOCATION_MANAGER_SERVICE_START; return Services.LOCATION_MANAGER.ACTION; } @Override Loading