Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 532 Bytes

File metadata and controls

23 lines (12 loc) · 532 Bytes

GPS Switcher Android P

This software will add a tile at Quick Setting to switch the GPS ON/OFF.

use

settings get secure location_providers_allowed    

to get GPS status

use

"settings put secure location_providers_allowed +gps"

to switch on GPS

use

"settings put secure location_providers_allowed -gps"

to switch off GPS