aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-12-25 14:00:25 +0000
committerThialfihar <thialfihar@gmail.com>2010-12-25 14:00:25 +0000
commit428cf39ba39314a193bc70930ca45317c4543404 (patch)
treeb8a4e76983f92e310f1f6d81d7fd339fd0d54fa8 /AndroidManifest.xml
parent01889c405fd733c6a55eb7c9ef1f188b4cc95637 (diff)
downloadopen-keychain-428cf39ba39314a193bc70930ca45317c4543404.tar.gz
open-keychain-428cf39ba39314a193bc70930ca45317c4543404.tar.bz2
open-keychain-428cf39ba39314a193bc70930ca45317c4543404.zip
added an Intent and functionality to generate detached signatures
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0f57cd80c..f496d0f41 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -124,6 +124,7 @@
<action android:name="org.thialfihar.android.apg.intent.ENCRYPT" />
<action android:name="org.thialfihar.android.apg.intent.ENCRYPT_FILE" />
<action android:name="org.thialfihar.android.apg.intent.ENCRYPT_AND_RETURN" />
+ <action android:name="org.thialfihar.android.apg.intent.GENERATE_SIGNATURE" />
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="*/*"/>
</intent-filter>