From ed329b693da92f77b939eaff7721fc5e672359db Mon Sep 17 00:00:00 2001 From: Christian Loehle Date: Tue, 29 Sep 2015 12:31:42 +0200 Subject: fix typo a actvity Signed-off-by: Christian Loehle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121f92c..d6e493c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Intent result = api.executeApi(data, is, os); * ``OpenPgpApi.RESULT_CODE_USER_INTERACTION_REQUIRED`` If ``RESULT_CODE_USER_INTERACTION_REQUIRED`` is returned, an additional ``PendingIntent`` is returned to the client, which must be used to get user input required to process the request. - A ``PendingIntent`` is executed with ``startIntentSenderForResult``, which starts a activity, originally belonging to OpenKeychain, on the [task stack](http://developer.android.com/guide/components/tasks-and-back-stack.html) of the client. + A ``PendingIntent`` is executed with ``startIntentSenderForResult``, which starts an activity, originally belonging to OpenKeychain, on the [task stack](http://developer.android.com/guide/components/tasks-and-back-stack.html) of the client. Only if ``RESULT_CODE_SUCCESS`` is returned, ``os`` actually contains data. A nearly complete example looks like this: ```java -- cgit v1.2.3