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
使用的XPush版本(必填) implementation 'com.github.xuexiangjys.XPush:keeplive:1.0.0'
如何重现(必填) 重现的步骤: 退出app调用keeplive.stop() 后台进程会再次被拉起,依次回调为 onStop() onWorking() onWorking() onWorking()
期望的效果 调用keeplive.stop(),则不再保活,即onStop()后不再被拉活
截图
设备信息 请填写一下你运行设备的信息,信息越全越有助于我理解问题
附加信息
The text was updated successfully, but these errors were encountered:
根本就没有KeepLive.stopWork()这个方法,怎么停止保活机制???
Sorry, something went wrong.
xuexiangjys
No branches or pull requests
使用的XPush版本(必填)
implementation 'com.github.xuexiangjys.XPush:keeplive:1.0.0'
如何重现(必填)
重现的步骤:
退出app调用keeplive.stop()
后台进程会再次被拉起,依次回调为
onStop()
onWorking()
onWorking()
onWorking()
期望的效果
调用keeplive.stop(),则不再保活,即onStop()后不再被拉活
截图
设备信息
请填写一下你运行设备的信息,信息越全越有助于我理解问题
附加信息
The text was updated successfully, but these errors were encountered: