You still need to get that path from Android-speci...
# squarelibraries
j
You still need to get that path from Android-specific code as that's an Android-specific API, but you can otherwise write to it from multiplatform code
c
mmm, interesting, when we write it in multiplatform module, can we use content
Uri
as a path ? e.g. (
<content://media/external/images/media/53>
)