Update sublib

This commit is contained in:
mar-v-in 2015-04-08 23:10:50 +02:00
parent 0ea075dd11
commit 0f8febb705
2 changed files with 3 additions and 2 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit 704199355e1c6f8b14402e01063fbae7b187b35b
Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0

View File

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