手机信息上报

This commit is contained in:
2024-07-23 11:03:23 +08:00
parent c45e623a58
commit 8ba586c204
7 changed files with 63 additions and 8 deletions
@@ -21,7 +21,7 @@ public class AppInfoBean {
private String macIpaddr = Settings.Secure.getString(App.getApp().getContentResolver(),Settings.Secure.ANDROID_ID);
// private String macIpaddr = android.os.Build.ID;
private String clientSource = "driver";
private String status = "0";
private String status = "";
private String mobilePhoneManufacturerName = android.os.Build.BRAND;
private String mobilePhoneProductName = android.os.Build.MODEL;
private String mobilePhoneMotherboardName = android.os.Build.BOARD;