fun Context.share(: String): Boolean
Open Android's Share menu to share any Text
Return
Boolean indicating whether this activity is available or not. Usually when there is a
handler available for sharing, this method will start activity and return true
. When
there is no Intent Handlers available, it returns false
.