AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

getMacAddress()在特定机型上有bug

Open GuoLiangjun123 opened this issue 3 years ago • 0 comments

oppo findx3 android12 colorOS12.1 会一直提示 应用需要打开或关闭WLAN对话框,无论点击允许还是拒绝都会一直弹。 原因是因为getMacAddress()里面的 setWifiEnabled(true);setWifiEnabled(false); 的原因,怎么解决呢

GuoLiangjun123 avatar Jun 07 '22 01:06 GuoLiangjun123