From d2f14bd03e381a00949069308d112ac0e6ab7c92 Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Thu, 30 Apr 2020 08:47:07 +0200 Subject: [PATCH] Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 712aa89..9a68990 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ Currently, the application supports: + Send notifications at specific time. This feature was developed using the Android's - [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager). + [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) + but because the notifications were not working as expected (they were almost + always delayed) the app now uses AlarmManager for waking the device at + specific time, even if it is in Doze mode. + Detect user activity and send a notification when ends an specific one. For example, if he gets out of a vehicle, or has just finished running, etc. This was developed using Google's [Activity Recognition