version:1.5.1216

bugfixes:
add:统一aidl,为中性mdm版本提供状态获取
This commit is contained in:
2026-01-30 19:11:51 +08:00
parent 6797c7a6bd
commit 1dd810dcfe
6 changed files with 95 additions and 76 deletions

View File

@@ -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();