https://kotlinlang.org logo
Title
u

user

07/13/2022, 6:31 PM
Request Location Permission Doesn't Repeat for a Rejection by User I am trying to request a user's location. The first time I request a user's location, it works as intended, with a permission rationale dialog that pops up and then the user is given a choice between fine and coarse location permission. However, if the user rejects the location permission, and then clicks on the find location button, I want the dialog to pop up again, however nothing happens. It seems like the OS is storing the user's choice, and not allowing for another attempt at finding...