Relative Content

Tag Archive for kotlinandroid-jetpack-composeandroid-permissions

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: