What is a correct part of an Implicit Intent for sharing data implementation?
Create the text message with a string
val sendIntent = Intent().apply { action = Intent.ACTION_SEND
putExtra(Intent.EXTRA_TEXT, textMessage) type = 'text/plain'
}
https://developer.android.com/guide/components/fundamentals
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!