Share Data Receiver

A sample Android app to receive text sharing data from other apps.

View project onGitHub

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/*'.

ScreenShot

Refers to http://developer.android.com/training/sharing/receive.html for more information.

License

MIT