Just as example, you can add something like ... to your project "AndoroidManifest.xml"
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
to handle text content....