We have to integrate some Android 10 and 11 solutions to our environment.
There are some solutions which parameters we would like to set by MC console.
Some of this parameter demand information that is available by MACROS as %IMEI% or by custom data.
I could not find a way to create a .ini file or .xml file in the device that could receive such values, but we may see the information reaches the device, because in the lock down menu it shows as passed.
Is there a way to an app request to MC agent a custom attribute or values such IMEI ?
Is there a way, by script ou rule, to write a file, which content includes the IMEI and Custom:Data?
Up to now, my solution has been to create a filesync rule and, by its post sync script, rename it to the %IMEI%.xxx
(%IMEI% could be any macro I want to share, including custom attributes or custom data)
The application in the device searchs for the .xxx file and by checking its name finds what would be the content.
Other way was to pass it by send intent command, but I could not find how to do it in the lockdown launchers.
If there were a way to the app inquire directly to the MC agent, it would be better.


