gpt4 book ai didi

android - 如何在android 4.0和3.0中调用usb tethering intent?

转载 作者:太空宇宙 更新时间:2023-11-03 10:52:31 25 4
gpt4 key购买 nike

我正在为 Android 3.0 及更高版本开发应用程序。我想通过网络共享与 PC 通信。

如何通过代码调用“Wireless and networks-Tethering and portable hotspot Intent”来手动开启网络共享?

最佳答案

在 4.1.2 中测试过,也许也应该在 4.0 中工作。

Intent tetherSettings = new Intent();
tetherSettings.setClassName("com.android.settings", "com.android.settings.TetherSettings");
startActivity(tetherSettings);

关于android - 如何在android 4.0和3.0中调用usb tethering intent?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11171721/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com