简体   繁体   English

Android Management API 如何识别注册设备

[英]Android Management API How to Identify Enrolled Device

I have many devices enrolled, now the problem is that i can't identify the device name on device, when I query EMM I got the list of devices with name of the devices are unique for example: name of device is enterprises/xxxxx/devices/abc123"我注册了很多设备,现在的问题是我无法识别设备上的设备名称,当我查询 EMM 时,我得到设备名称的设备列表是唯一的,例如:设备名称是enterprises/xxxxx/devices/abc123"

Now i want to see physically which device is it, how can i do it?现在我想在物理上查看它是哪个设备,我该怎么做? there is any way we can display device EMM name on lock screen or something else?有什么办法可以在锁定屏幕或其他东西上显示设备 EMM 名称?

You can get the Hardware details such as brand , hardware , deviceBasebandVersion , manufacturer , serialNumber and model in the hardwareInfo object of each device details from the list.你可以得到硬件的详细信息,如品牌硬件,deviceBasebandVersion,制造商,SERIALNUMBER并从列表中的每个设备的详细信息,hardwareInfo对象模型

Moreover, if you want other details such as networkInfo you need to enable StatusReportingSettings with networkInfoEnabled set to true while provisioning.此外,如果您需要其他详细信息,例如networkInfo ,则需要在配置时启用StatusReportingSettings,并将networkInfoEnabled设置为true Then it would be much easier for searching with provided information.然后使用提供的信息进行搜索会容易得多。

See here:看这里:

https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#StatusReportingSettings https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#StatusReportingSettings

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android 管理 api 下的完全托管设备是否有办法在恢复出厂设置后保持注册状态? - Is there a way that fully managed device under android management api stays enrolled after factory reset? 如何在Android管理api中保留专用设备的唯一ID? - How to keep the unique id for dedicated device in Android management api? Android Management API:如何擦除专用设备而不是EMM控制台? - Android Management API: How to wipe a dedicated device not from EMM console? 如何通过 Android 管理 API 查找非托管设备? - How to find an Unmanaged device through Android management API? 如何通过 Android Management API 获取设备内存 - How to get device memory via Android Management API 如何获取使用 Android 管理 API 的设备 ID? - How to get Device id for using Android Management API? 如何使用android管理API获取设备的Location信息 - How to get the Location information of a device using android management API 无法使用 Android 管理 API 重新启动设备 - Unable to REBOOT a device using Android Management API Android 管理 API 更改设备策略 - Android Management API change Policy for device ANDROID - Biometric_Not_Enrolled 在我的测试设备上不起作用,但在模拟器上起作用 - ANDROID - Biometric_Not_Enrolled not working on my test device but works on emulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM