在 android 中实施和警报和提醒的最佳实践是什么?

what the best practice to implement and alarm and reminder in android?

我正在尝试将警报功能添加到我的应用程序或带有通知的提醒中,我发现一个教程为此使用了 Alarmmanger,但我想知道是否有一种新方法对此更好,workmanger 优于 alarmmanger 吗? 该应用程序的功能将是这样的:

https://developer.android.com/guide/background#recommended-solutions

根据您的描述,您似乎属于:

Exact tasks

A task that needs to be executed at an exact point in time can use AlarmManager. To learn more about AlarmManager, see Schedule repeating alarms.