How to disable GSM connection in Android programmatically
问题 I want to enable/disable an Android phone's GSM connection. I need to disable/enable calls and SMS as required. How might I do this? 回答1: EDIT: This solution will also turn off wifi, bluetooth, etc... If you want to turn off radio only, I think it's related to this issue: http://code.google.com/p/android/issues/detail?id=1065 I am really pessimistic about finding a good solution, but curious to see other answers. See the blog article Android: Controlling Airplane Mode , // Toggle airplane