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.
是否有可能提供仅以设定的时间间隔获取唤醒锁以发送信息的服务?
我想创建一个服务,该服务每小时或用户指定的任何位置向数据库发送位置。
您可能应该使用 AlarmManager 来触发您的服务。例如,请参阅Android - 定期后台服务 - 建议