documentation

This commit is contained in:
Dominik Schürmann
2014-02-17 20:41:54 +01:00
parent 286b27522e
commit 0597b50258

View File

@@ -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 * @param params
* @return * @return null if everything is okay, or a Bundle with an error/PendingIntent
*/ */
private Bundle checkRequirements(Bundle params) { private Bundle checkRequirements(Bundle params) {
// params Bundle is required! // params Bundle is required!