Good morning, guys, how are you? We recently impl...
# android
d
Good morning, guys, how are you? We recently implemented the option to share a screenshot of the application. We have uploaded this update and we are having the following problem with the native Media path. Has anyone ever experienced this ?
this is the class that is causing problems, line 50
😕
c
I wonder if this could be stemming from the ScopedStorage update Android had with Android 10?
d
no, it has happened in several types of devices and versions
c
Ah gotcha 😕 I haven't done much with external media in the last few years so probably won't be much help on this one.
c
I wonder if this is similar to the issue I hit with Telescope. https://github.com/mattprecious/telescope If I remember, we might have added something to our manifest to make it work?
Maybe it was
Copy code
android:requestLegacyExternalStorage="true"
But either way I think this is realted to scoped storage, but then again Daniella has said it's not. Media always bites me. =( This smells like a typical media problem though. You have media from your app and now you want to share with an external source.
d
exactly