Settings.System.put 在活动中工作而不是在服务中工作?
我的服务更新亮度设置。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要一个上下文,getContentResolver()需要一个Context的实例。
You need a context, getContentResolver() need an instance of Context.