Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Apr 30, 2020
1 parent 58ffd8a commit d2f14bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f14bd

Please sign in to comment.