kivy android share image
I found solution. You must cast uri to parcelable and then pass it to intent:
parcelable = cast('android.os.Parcelable', uri)
shareIntent.putExtra(Intent.EXTRA_STREAM, parcelable)
I found solution. You must cast uri to parcelable and then pass it to intent:
parcelable = cast('android.os.Parcelable', uri)
shareIntent.putExtra(Intent.EXTRA_STREAM, parcelable)