From fe5c138bf391ca6f76d5aa0547a7bd34a93395dc Mon Sep 17 00:00:00 2001 From: Manos Date: Sun, 8 Nov 2015 02:06:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b19e12b..a8ca470 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Data recorded by Sensing Tasks (STs), processed by Privacy Mechanisms (PMs) and ### Sensing Tasks ```java -void onStart (Context, int, ObjectInputStream) +void onStart (Context, ObjectInputStream) ``` Initialize the task state and install listeners for the sensors of the smartphone. If the task has previously saved its state, this can be retrieved via s (if not NULL).