Sharing images and text from other apps is now supported. Closes #52

This commit is contained in:
Vavassor 2017-04-06 01:11:44 -04:00
commit 27dd106988
2 changed files with 41 additions and 23 deletions

View file

@ -39,6 +39,11 @@
<activity
android:name=".ComposeActivity"
android:windowSoftInputMode="stateVisible|adjustResize">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />