我正在尝试编写一个应用程序,它将根据一天中的时间执行任务.例如:中午,发送提醒去吃午饭.有谁知道怎么做到这一点?
我可以根据计时器安排任务,但这不是我正在寻找的.
谢谢
解决方法:
使用AlarmManager,特别是:http://developer.android.com/reference/android/app/AlarmManager.html#set%28int,%20long,%20android.app.PendingIntent%29
2024-01-03 18:11:22
我正在尝试编写一个应用程序,它将根据一天中的时间执行任务.例如:中午,发送提醒去吃午饭.有谁知道怎么做到这一点?
我可以根据计时器安排任务,但这不是我正在寻找的.
谢谢
解决方法:
使用AlarmManager,特别是:http://developer.android.com/reference/android/app/AlarmManager.html#set%28int,%20long,%20android.app.PendingIntent%29