get location without google play services -android -


i know phones not preinstall google play sevice. want ask there possible way location without google play services , use locationmanager. not locationclient.

you can use locationmanager

locationmanager locationmanager = (locationmanager) getapplicationcontext().getsystemservice(location_service);  location location = locationmanager.getlastknownlocation(locationmanager.network_provider); 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -