Skip to content
New issue

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

轮询工具类PollingUtils 方法bug #2

Closed
showdown-zhou opened this issue May 29, 2020 · 1 comment
Closed

轮询工具类PollingUtils 方法bug #2

showdown-zhou opened this issue May 29, 2020 · 1 comment

Comments

@showdown-zhou
Copy link

image
这个方法不生效PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, intent, PendingIntent.FLAG_NO_CREATE);应该是PendingIntent pendingIntent = PendingIntent.getService(context, 0, intent, PendingIntent.FLAG_NO_CREATE);

@xuexiangjys
Copy link
Owner

已解决:
7b202b8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants