Update README.md

This commit is contained in:
Manos 2015-11-08 02:06:14 +02:00
parent e53c444bed
commit fe5c138bf3

View File

@ -21,7 +21,7 @@ Data recorded by Sensing Tasks (STs), processed by Privacy Mechanisms (PMs) and
### Sensing Tasks ### Sensing Tasks
```java ```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). 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).