Hello,
I'm wondering if there is a good way to query the EMM device details from an Android app in lockdown mode. For example, we would like our Android app, that is launched in lockdown mode, to get the device id, found in the device details in the console, and send it to our backend. I haven't found any good direct way to get this info from our app. The only idea I came up with was to have a script run during enrollment to create a file on the sdcard card with info and then have our app look for and read from this file to get the data stored. I'm not even sure if it's possible to have the script get the device id or device name, or if there are other issues with this process. I also thought I saw that there was a way to broadcast an intent, and maybe we could broadcast the info we want for our app to pickup and parse..? Maybe there is a way for our backend to query the Soti api's and somehow get the info that way? I'm relatively new to Soti and pretty much still in the evaluation stage, so I'm still feeling my way around the features. Any help or pointing me in the way to find the answers would be greatly appreciated.
Thanks,
Sterling