在 Android 上打开或关闭 3g 和 wifi 的软件包
谁能告诉我哪些 SDK 包用于在 Android 设备上打开或关闭 3g 和 wifi。
Can anyone please tell me which SDK packages are used for switching on or off 3g and wifi on Android devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法帮助 3G(我知道 CDMA 和 GSM 网络之间的程序不同),但对于 Wifi,请查看
WifiManager
类用于处理此类事情。例如,您可以使用它来打开和关闭 Wifi:编辑:该包是
android.net.wifi
I can't help with 3G (I know the procedure is different between CDMA and GSM networks) but for Wifi, look into the
WifiManager
class for handling that sort of thing. For example, you could use this to toggle Wifi on and off:EDIT: The package is
android.net.wifi