for whatever reason, the GPS is still turning on why I do a session recording.
In the permissions part of the manifest, I didn't put GPS as a requirement, but the app still takes GPS for a gym session.
Then I tried a diff tactic which is to request for GPS permission and then in the onstart() and onstop() functions, I put in GPS disabled.
I tot that if I were at least request for NO GPS, then it would not turn on. But it still does.
How does people here go about deliberately disabling GPS? (This is for my Gym/Set timer app)
Thanks.