Relative Content

Tag Archive for androidkotlinpermissionsandroid-permissions

Permission Dialog for Kotlin App not showing up

I am making an Android App with Kotlin for a College Assignment. The assignment has a requirement to store an image into an SQLite database. I code in the code to request permissions to access the phone gallery. However, when I test it out the request permissions dialog does not show up, but the code still works some what.