aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/AndroidManifest.xml')
-rw-r--r--OpenPGP-Keychain/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml
index d75350048..219cf2751 100644
--- a/OpenPGP-Keychain/AndroidManifest.xml
+++ b/OpenPGP-Keychain/AndroidManifest.xml
@@ -474,7 +474,7 @@
android:label="TODO reg"
android:process=":crypto" >
<intent-filter>
- <action android:name="com.android.crypto.REGISTER" />
+ <action android:name="org.openintents.crypto.REGISTER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
@@ -486,7 +486,7 @@
android:exported="true"
android:process=":crypto" >
<intent-filter>
- <action android:name="com.android.crypto.ICryptoService" />
+ <action android:name="org.openintents.crypto.ICryptoService" />
</intent-filter>
<meta-data