What is content sharing in Android?
'Sharing' is really shorthand for sending content such as text, formatted text, files, or images between apps. So if 'sharing' == sending content, it makes slightly more sense that it is implemented using ACTION_SEND (or ACTION_SEND_MULTIPLE) Intents and its dozen extras.