Skip to content

Tag: kotlin

shared image file in Kotlin android studio

I have an application in which I try to share a photo, but when you share the application it crashes. log: Answer The exception raised is FileUriExposedException is caused by The exception that is thrown when an application exposes a file:// Uri to another app. When targeting Api 24 or higher you need to use …