Join Slack
Powered by
Anyone knows how to get a Uri from a File using Ko...
# compose-android
a
Alexandru Gheorghe
08/13/2024, 3:31 PM
Anyone knows how to get a Uri from a File using Kotlin 2.0 and latest stable Jetpack Compose?
m
Mark Murphy
08/13/2024, 3:50 PM
This seems to be unrelated to Compose. As with non-Compose UIs, use
FileProvider
to share content stored as local files via
Uri
values. See
the documentation
for more.
thank you color
1
8
Views
Open in Slack
Previous
Next