App Icon Path for Lockdown

D
Daniel
Hornbach Baumarkt AG

Hey Guys,

actually I'm developing a new lockdown Template which listens to json-Files on the Filesystem to show certain Apps in the lockdown or not. Everything is working so far, but I have to serve all the App-Icons to the device manually, even for installed applications.

Does anyone knows how to target the App-Icon within the Lockdown as a path, e.g. /system/package/app1/appicon.png ?
How does the SOTI-Magic works within the Lockdown? There are only Placeholders like

<img src="<MCExeIcon4>" onerror="this.style.display='none'" /> but works as charme. How does the MCExeIcon4 get's converted to the App-Icon?

Thank you!

4 years ago
Android
ANSWERS
RC
Raymond Chan Diamond Contributor
4 years ago

You can use standard MobiControl macro (e.g. %sdcard%, etc. ) to specify absolute location of resource files on the device in your html files.  Please note that the renderer engine does not belong to root/system account,  and thus do not have read/write access permission to many directories (including the private folder tree associated with each installed app).