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
The GNSS library replaces the old GPS library. The GNSS library is available here: https://www.b4x.com/android/forum/threads/gnss-library-an-updated-gps-library.109110/#content Using it is quite simple: 1. Checking whether location services are available. If not take the user to the...
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.
The GNSS library replaces the old GPS library. The GNSS library is available here: https://www.b4x.com/android/forum/threads/gnss-library-an-updated-gps-library.109110/#content Using it is quite simple: 1. Checking whether location services are available. If not take the user to the...
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.