Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发我想在特定时间启动服务的应用程序。我已将时间存储在数据库表中。现在,我有了服务启动时间的列表。那么,我怎样才能在所有这些时间开始服务呢?
Use android AlarmManager to schedule alarms. you can register multiple alarms for your application.
hope this link helps you
您想要 Android 警报管理器:
此类提供对系统警报服务的访问。这些允许您安排您的应用程序在将来的某个时间点运行。
希望此链接对您有所帮助。