diff options
Diffstat (limited to 'OpenPGP-Keychain/AndroidManifest.xml')
-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 2509e1760..b5aeb2091 100644 --- a/OpenPGP-Keychain/AndroidManifest.xml +++ b/OpenPGP-Keychain/AndroidManifest.xml @@ -462,7 +462,7 @@ <activity android:name="org.sufficientlysecure.keychain.remote_api.ServiceActivity" android:exported="false" - android:label="TODO crypto activity" + android:label="@string/app_name" android:process=":crypto" > <!-- Don't publish intents, they are only used internally! --> |