0

我想制定一个准确的抽样计划。因此,我使用了 setAlarmClock (AlarmManager.AlarmClockInfo info, PendingIntent operation)来自AlarmManager.

https://developer.android.com/reference/android/app/AlarmManager.html#setAlarmClock(android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent)

在大多数设备上,它运行良好,但在摩托罗拉 Moto E3 上,30% 的情况下最多延迟约 4 分钟。

我还使用 Playstore ( https://play.google.com/store/apps/details?id=com.urbandroid.sleep ) 中的随机闹钟应用程序复制了它。

但是android的正常闹钟可以正常工作,没有任何延迟。这是设备问题还是联想/摩托罗拉问题?为什么android的闹钟在工作?拥有标准闹钟不同的权利?

4

0 回答 0