在action_power_connected/disconnected上将电池信息插入/更新到数据库中

发布于 2025-01-07 18:22:17 字数 513 浏览 0 评论 0原文

我是 Android 开发的新手,但最近开始创建一个基于 BroadcastReceiver-Service 的应用程序,该应用程序监听 ACTION_POWER_CONNECTED 和 ACTION_POWER_CONNECTED 。 ACTION_POWER_DISCONNECTED 广播。我的服务在收到这两个操作后被很好地调用,但我面临两个问题(或担忧),

1)因为,我需要在收到 ACTION_POWER_CONNECTED 后将电池信息插入数据库,我启动服务并让它执行插入部分。现在数据插入完成后,如何停止服务?我读到了有关 stopSelf 等的内容。有更好的方法吗?

2)收到 ACTION_POWER_DISCONNECTED 后,我再次需要启动服务(如果尚未运行),然后使用充电断开信息更新第一个条目,最后再次停止服务。在这种情况下,我如何告诉服务它需要调用更新方法,因为收到了 DISCONNECT 意图。

请指导。 如果有人需要理解代码段,我也可以发布它,但如果需要的话请告诉我。

谢谢并致以诚挚的问候 奥姆卡尔·盖萨斯

I am a newbie to Android Dev as such, but have lately started with creating a BroadcastReceiver-Service based app which listens for ACTION_POWER_CONNECTED & ACTION_POWER_DISCONNECTED broadcasts. My service gets invoked fine on receipt of both these actions, but I am facing 2 issues (or concerns),

1) Because, I need to insert battery info into db upon receiving ACTION_POWER_CONNECTED, I start the service and let it do the insert part. Now after the data insertion is complete, how do I stop the service ? I read about stopSelf etc. Is there a bettery way to do it?

2) Upon receiving the ACTION_POWER_DISCONNECTED, I again need to either start the service (if not already running) and then update the 1st entry with charging disconnection info and then again stop the service finally. In this case, how do I tell the service, that it needs to call the update method, because a DISCONNECT intent is received.

Please guide.
If someone requires, code segments to understand, I can post that as well, but let me know, if thats required.

Thanks and best regards
Omkar Ghaisas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文