Why is the permission window not showing in jetpack compose?
I have been working with AI to get a permission window to show, but nothing shows up when i press on the button. This is the code we came up with
Why is “ACCESS_COARSE_LOCATION” and ” ACCESS_FINE_LOCATION” giving me errors?
I’m trying to get a better understanding of permissions by reading documentation, working with AI and building the most basic request permission app so I can analyze it better, but I get an error of unresolved reference for “ACCESS_COARSE_LOCATION” and ” ACCESS_FINE_LOCATION” everywhere in my code and I don’t understand it. I have declared them in my manifest so there shouldn’t be an error.
Here is the code: