We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net.micode.notes.ui.AlarmReceiver 安装完,第一次设置时钟是准的,第二次有一点偏差,第三次开始就是延时5分钟,从此之后定时提醒不准
The text was updated successfully, but these errors were encountered:
恩,代码貌似是有点问题,是帮学校一个搞ACM写的,后续没没有跟进。
Sorry, something went wrong.
这里alarm不是精确的 alarmManager.set(AlarmManager.RTC_WAKEUP, alertDate, pendingIntent); 现在很多厂商都有做alarm对齐的优化。 alarmManager.setExact 改用这个试试会不会更好一点。
No branches or pull requests
net.micode.notes.ui.AlarmReceiver
安装完,第一次设置时钟是准的,第二次有一点偏差,第三次开始就是延时5分钟,从此之后定时提醒不准
The text was updated successfully, but these errors were encountered: