Hi All,
Question how do i start a webbrowser with a link in it to the device.
It would be nice, otherwise i need to config on every device the %DEVICENAME% manually in the weblink.
For example:
Hi All,
Question how do i start a webbrowser with a link in it to the device.
It would be nice, otherwise i need to config on every device the %DEVICENAME% manually in the weblink.
For example:
kill_application does not work for Android Enterprise managed Zebra devices.
As for launching a url with a macro, I've done the following successfully with a custom data macro so it should theoretically work with devicename as well.
surf://http://firstpartofyouraddress-%MCCustomData:NAME%.restofyouraddress.com
I think your issue in trying to use the sendintent script is that everything included within the "" is considered part of that string so it is interpretted directly rather than being handled as an outside macro.
Enclose your MobiControl macro with double %'s in the string argument of sendintent script command.
Do you shedule a task for it or where do i configure this?
Because before i created i task. But it needs to trigger more than one time.