Does anyone know of a tutorial or something to ask...
# compose
g
Does anyone know of a tutorial or something to ask for foreground and background location permissions in compose for all SDK versions?
a
Look into the accompanist library for that
k
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/