API documentation

This commit is contained in:
Dominik Schürmann
2013-09-16 16:08:44 +02:00
parent 0e24a74bb8
commit 168432abab
5 changed files with 33 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ public class OpenPgpService extends RemoteService {
if (passphrase == null) {
if (!allowUserInteraction) {
throw new UserInteractionRequiredException(
"Passphrase not found in cache! User interaction required!");
"Passphrase not found in cache, please enter your passphrase!");
}
Log.d(Constants.TAG, "No passphrase! Activity required!");