关闭飞行模式[续问题]
好的,现在我可以打开飞行模式了(感谢 Stealth Rabbi 在我的另一篇文章中的帮助。 AirPlane切换按钮?)。现在的问题是,当我单击切换按钮关闭飞行模式时,没有任何反应,除了切换按钮从打开切换到关闭但不会更改飞行模式的状态。 任何建议表示赞赏。
-谢谢
Okay so now I can turn on the airplane mode (thanks to the help of Stealth Rabbi in my other post. AirPlane ToggleButton?). The problem now is when I click my toggle button to turn Airplane mode off nothing happens, exept for the toggle button switches from on to off but does not change the state of airplane mode.
Any suggestions are appretiated.
-Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须广播 ACTION_AIRPLANE_MODE_CHANGED Intent 来通知系统您更改了设置
You have to broadcast the ACTION_AIRPLANE_MODE_CHANGED Intent to notify the system that you changed the settings
好吧,我想通了。
'
在代码的 else 部分,我将数字 1 更改为数字 0。
Okay I figured it out.
'
In the else part of the code I changed the number one to number 0.