Sharing images and text from other apps is now supported. Closes #52
This commit is contained in:
parent
0719512134
commit
27dd106988
2 changed files with 41 additions and 23 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue