Sharing data to other Apps in Android

Android defines several actions, including ACTION_SEND which indicates that the intent is sending data from one activity to another, even across process boundaries. To send data to another activity, specify the data and its type, the system will identify compatible receiving activities and display them to the user (if there [...]