Update sublib

This commit is contained in:
mar-v-in 2015-10-20 19:01:28 +02:00
parent 5b281f8167
commit 5990c8cc6e
2 changed files with 2 additions and 2 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit cb0458f17e55e713b10fe5611890887d0c8b910e
Subproject commit d2b942d87f5b5d0547e7e5f279bcc734d69cdef4

View File

@ -37,7 +37,7 @@ public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocat
@Override
protected String getActionString() {
return Services.LOCATION_MANAGER.ACTION;
return Services.LOCATION_MANAGER.ACTION_LEGACY;
}
@Override