Описание тега android-sharing
In Android, sharing is the action of sending data (text, images, &c) to a different application or device (often chosen from a list of available targets instead of explicitly chosen).
Sharing can generally be accomplished with Intents
, or via a specialized widget called a ShareActionProvider
.
Developer Guide: Building Apps with Content Sharing