Top "Android-gps" questions

Android's GPS device and related API features.

Get current location of user in Android without using GPS or internet

Is it possible to get the current location of user without using GPS or the internet? I mean with the …

android geolocation gps android-gps
How does some apps(wechat) ignore fake location and then detect the real one?

I have installed a fake location app and set my location different. Then opened Google Maps and Wechat app, Google …

android location android-gps
When do I need android.hardware.location.gps and android.hardware.location.network?

Google is informing by email of changes to the Android location permissions: We’re making a change on October 15th, 2016 …

android gps geolocation android-permissions android-gps
What is com.google.android.gms.version?

I am working in a old project which has this snippet to use in google play service: <meta-data android:…

android google-play-services android-gps
How to ask user to enable GPS at the launch of application?

private void turnGPSOn(){ String provider = Settings.Secure.getString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED); if(!provider.contains("gps")){ //if gps …

android android-location android-gps
How to create a real time location sharing android app

I want to create an app where people can see where they and their friends are Eg: - imagine 2 people …

java android google-maps geolocation android-gps
Getting W/Activity: Can request only one set of permissions at a time

I made an app that have a request for camera and GPS, but when I execute I am getting this …

android android-camera android-permissions android-gps
how to change the location mode to "high accuracy/battery saving" form it default mode(device only)

I'm trying to implement a google map for getting current location using this tutorial android google map tutorial The problem …

android google-maps geolocation android-gps google-location-services
How can I get my current location in Android using GPS?

I want to get my current location in the form of an address by GPS. I am using the android …

android android-location android-gps
Cannot resolve symbol 'LocationRequest' Android project

I'm new on Android programming, I try to use the new Location Service for getting the user position, to do …

android android-gradle-plugin google-play-services android-gps google-location-services