Android 安卓:如何打开安卓系统USB共享网络?活动或功能都正常

Android 安卓:如何打开安卓系统USB共享网络?活动或功能都正常,android,Android,当用户将手机连接到PC或Mac并打开我的应用程序时,我想打开系统USB共享网络活动或此功能。 希望有办法让这成为现实。提前谢谢你! 编辑: 当我选中USB共享网络复选框时,日志为:Tethering SetUsbTehring(True) Intent tetherSettings = new Intent(); tetherSettings.setClassName("com.android.settings", "com.android.settings.TetherSettings");

当用户将手机连接到PC或Mac并打开我的应用程序时,我想打开系统USB共享网络活动或此功能。 希望有办法让这成为现实。提前谢谢你! 编辑:

当我选中USB共享网络复选框时,日志为:Tethering SetUsbTehring(True)

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