Text

Extras
Extra key: 
android.intent.extra.TEXT

Text content.

A constant CharSequence that is associated with the Intent, used e.g. with ACTION_SEND to supply the literal data to be sent. Note that this may be a styled CharSequence, so you must use Bundle.getCharSequence() to retrieve it.

Originally described at http://code.google.com/android/reference/android/content/Intent.html#EXT...

Intents using Text

Title Action Extras Description
Send data to someone android.intent.action.SEND

Deliver some data to someone else.

Pay money org.openintents.action.PAYTO

Intent to pay some one a specified amount of money.

Translate org.openintents.action.TRANSLATE Text

Translate a text

Use some translation engine to translate a text and return the result.

Send a message to the given uri android.intent.action.SENDTO

Send a message to someone specified by the data.