https://kotlinlang.org logo
#android
Title
# android
d

Daniella Paiva

04/17/2020, 2:07 PM
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

Cody Engel

04/17/2020, 2:22 PM
I wonder if this could be stemming from the ScopedStorage update Android had with Android 10?
d

Daniella Paiva

04/17/2020, 2:27 PM
no, it has happened in several types of devices and versions
c

Cody Engel

04/17/2020, 3:07 PM
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

Colton Idle

04/17/2020, 3:14 PM
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

Daniella Paiva

04/17/2020, 5:01 PM
exactly
7 Views