Good morning friends,
I have a doubt:
When opening my app to disable the GPS of the cell phone, how do I do that, could you give me an example
Thank you
This example shows how to work with the GPS library. The GPS object is declared in the Starter service. It is easier to put the GPS in a service and not in an Activity as the services life cycle is simpler. When the program starts we check whether the location features are enabled: Sub...
www.b4x.com
Check the GPS Tutorial.
There is code which is raised when GPS is Off.
You can navigate the User to this setting when GPS is activated.
This example shows how to work with the GPS library. The GPS object is declared in the Starter service. It is easier to put the GPS in a service and not in an Activity as the services life cycle is simpler. When the program starts we check whether the location features are enabled: Sub...
www.b4x.com
Check the GPS Tutorial.
There is code which is raised when GPS is Off.
You can navigate the User to this setting when GPS is activated.