如何在一项活动(而不是创建该活动的活动)中编辑共享首选项?
我在活动中创建了一些共享首选项,我想在广播接收器中修改它......我该怎么做???请帮助...
我尝试过寻找但无法得到答案
I have created some shared preference in an activity and I want to modify it in a broadcast reciever...How can I do that??? Please help...
I have tried looking but couldn't get the answer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够执行以下操作:
使用传递到 BroadcastReceiver 的上下文。
You should be able to do:
using the context passed into the BroadcastReceiver.