version:1.5.1216
bugfixes: add:统一aidl,为中性mdm版本提供状态获取
This commit is contained in:
@@ -2912,7 +2912,7 @@ public class JgyUtils {
|
||||
// jsonObject.addProperty("wifi_status", Utils.obtainWifiInfo(mContext));
|
||||
jsonObject.addProperty("PN_ip", mMMKV.decodeString(NetInterfaceManager.PublicIP, ""));
|
||||
jsonObject.addProperty("LAN_ip", Utils.getIPAddress(mContext));
|
||||
jsonObject.addProperty("bluetooth", Utils.getBluetoothList());
|
||||
jsonObject.addProperty("bluetooth", Utils.getBluetoothList(mContext));
|
||||
jsonObject.addProperty("wifi_name", Utils.getWifiAlias(mContext));
|
||||
jsonObject.addProperty("platform", JgyUtils.getInstance().getAppPlatform());
|
||||
return jsonObject.toString();
|
||||
|
||||
Reference in New Issue
Block a user