catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" feature to send to APG

This commit is contained in:
Thialfihar
2010-05-18 15:02:57 +00:00
parent 51866bb2b2
commit 508d7ac197
2 changed files with 19 additions and 0 deletions

View File

@@ -83,6 +83,12 @@
<data android:mimeType="text/*"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="text/*"/>
</intent-filter>
<intent-filter>
<action android:name="org.thialfihar.android.apg.intent.DECRYPT" />
<action android:name="org.thialfihar.android.apg.intent.DECRYPT_FILE" />