It is a sample Android app to receive text sharing data from other apps.
The app created a intent filters for android.intent.action.SEND action to receive text data matching the mine type 'text/*'.
Refers to http://developer.android.com/training/sharing/receive.html for more information.