-
Notifications
You must be signed in to change notification settings - Fork 3
Privacy Policy
NicksPatties edited this page Sep 1, 2022
·
1 revision
This application does not collect any data and send it to a server. The data is saved on a user's device, and does not leave said device.
The data that is saved on the device is as follows:
| Name | Type | Purpose |
|---|---|---|
| Task Name | String | Used to identify what task is being recorded, and to sort tasks for analysis |
| Start Time | Long | The time, in milliseconds, when the user began recording an event. |
| End Time | Long | The time, in milliseconds, when the user stopped recording an event. Used in combination with Start Time to calculate the total duration of a recording. |
In order for the user to use the Count Down feature, permissions for unrestricted battery usage are required to properly sound an alarm at a provided time. See this issue for more details on the reasoning behind this permission request.