I am trying to completely turn off and disable all GPS and location services for an Android phone.
I found the following ADB command -- "adb shell settings put secure location_mode 0"
Does this completely stop the GPS services from working, including any pinging of any kind to GPS satellites?
I found the following ADB command -- "adb shell settings put secure location_mode 0"
Does this completely stop the GPS services from working, including any pinging of any kind to GPS satellites?