mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 10:39:24 +01:00
Update sublib
This commit is contained in:
parent
0ea075dd11
commit
0f8febb705
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
@ -1 +1 @@
|
||||
Subproject commit 704199355e1c6f8b14402e01063fbae7b187b35b
|
||||
Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user