I’m doing an App that only needs GPS to calculate routes, but the app still works without those permissions.
I was going to build an ON/OFF GPS button so people can activate that options if they want.
Request “Location” permission is done.
Request again the “Location” permission if it was not granted by the user, is also done.
But i didn’t found anything about removing that permission.
After I agree with “Location” permission, it will not show the pop-up again to ask if i want the permission or not.
How can i get that pop-up again? if that’s not possible how do
I reset or remove the hardware permissions user gave so i can ask him again?
regards,
Carlos.