From 0597b50258c4cfc9e0af6003b069dadff0d6203d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 17 Feb 2014 20:41:54 +0100 Subject: documentation --- .../sufficientlysecure/keychain/service/remote/OpenPgpService.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain') diff --git a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java index 31c5662dc..f6aaffbf6 100644 --- a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java +++ b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java @@ -427,10 +427,13 @@ public class OpenPgpService extends RemoteService { } /** - * Checks that params != null and API version fits + * Check requirements: + * - params != null + * - has supported API version + * - is allowed to call the service (access has been granted) * * @param params - * @return + * @return null if everything is okay, or a Bundle with an error/PendingIntent */ private Bundle checkRequirements(Bundle params) { // params Bundle is required! -- cgit v1.2.3