You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing custom watchers is relatively complicated on Android. However, there is a big automation community on Android which uses tools like Tasker, or even better: Automate. If the ActivityWatch Android app would have a Tasker Plugin you could program custom watchers very easily, because apps like automate already allow you to request a REST API every n-second, or to capture user events. Then, using the Tasker plugin interface they could pass this data to activity watch.
Further information about Tasker plugins can be found here, a detailed implementation guide here.
The text was updated successfully, but these errors were encountered:
Writing custom watchers is relatively complicated on Android. However, there is a big automation community on Android which uses tools like Tasker, or even better: Automate. If the ActivityWatch Android app would have a Tasker Plugin you could program custom watchers very easily, because apps like automate already allow you to request a REST API every n-second, or to capture user events. Then, using the Tasker plugin interface they could pass this data to activity watch.
Further information about Tasker plugins can be found here, a detailed implementation guide here.
The text was updated successfully, but these errors were encountered: