Does anyone know of a tutorial or something to ask for foreground and background location permissions in compose for all SDK versions?
a
andrew
11/14/2022, 1:38 AM
Look into the accompanist library for that
k
Karlo Vuljanko
11/14/2022, 4:19 PM
you could use activity result api if you need to ask for background location permission right after coarse/fine is granted. if you dont, then just use accompanist default permission handling https://google.github.io/accompanist/permissions/