Settings.System.put 在活动中工作而不是在服务中工作?

发布于 2024-12-27 01:03:40 字数 167 浏览 0 评论 0原文

我的服务更新亮度设置。

logcat 说没有参与者?好吧,我读到了这一点,但不明白为什么?

如果我从活动中的按钮启动该命令,那么它工作正常没有问题吗?

是内容(解析器)的问题吗?数据改变了,但是没有效果。

有什么解决办法或者解释吗?

谢谢

My Service updates the brightness settings.

the logcat says, that there is no participant? Ok i read about that, but did not understood why?

if i start that command from a button in a activity, there is no problem it works fine?

Is it a problem of the content(resolver)? The data changed, but it does not have an effect.

is there any solution or explanation?

thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞旧 2025-01-03 01:03:40

你需要一个上下文,getContentResolver()需要一个Context的实例。

You need a context, getContentResolver() need an instance of Context.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文