We are Performing POC To get all the device information after device provisioning Like Battery Status, Geo Location, Available storage and many more
By using Android Management API
As we were able to get so many information from Custom DPC
We are Performing POC To get all the device information after device provisioning Like Battery Status, Geo Location, Available storage and many more
By using Android Management API
As we were able to get so many information from Custom DPC
You need to enable these flags in your policy :
{
"applicationReportsEnabled": boolean,
"deviceSettingsEnabled": boolean,
"softwareInfoEnabled": boolean,
"memoryInfoEnabled": boolean,
"networkInfoEnabled": boolean,
"displayInfoEnabled": boolean,
"powerManagementEventsEnabled": boolean,
"hardwareStatusEnabled": boolean,
"systemPropertiesEnabled": boolean,
"applicationReportingSettings": {
object (ApplicationReportingSettings)
}
}
After enabling these flags when you call enterprises.devices.get you will get the reports in response.
"networkInfo": {
object (NetworkInfo)
},
"memoryInfo": {
object (MemoryInfo)
},
"memoryEvents": [
{
object (MemoryEvent)
}
],
"powerManagementEvents": [
{
object (PowerManagementEvent)
}
]
Note: Geo locations are not yet available in reports.