diff options
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml index 7796f4446..0f80604ef 100644 --- a/OpenPGP-Keychain/AndroidManifest.xml +++ b/OpenPGP-Keychain/AndroidManifest.xml @@ -459,7 +459,7 @@ <!-- Crypto Provider internal intents --> <activity - android:name=".crypto_provider.CryptoActivity" + android:name=".crypto_provider.ServiceActivity" android:exported="false" android:label="TODO crypto activity" android:process=":crypto" > |