如何切换android有线网络?

时间:2019-07-09 04:59:55

标签: java android

需要使用以下代码打开有线网络,但会发生异常。

mEthManager = (EthernetManager) 
mContext.getSystemService(Context.ETHERNET_SERVICE); 
mEthManager.setEthernetEnabled(true);

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试在AndroidMainfest.xml中添加权限

android:sharedUserId="android.uid.system"