Hola/Hi.
SOTI MOBICONTROL - Lockdown
I would like to know if, I can have only one profile created for one device (for example: Zebra TC20), where a path to an application is different on Android 9.0 and Android 10.0.
My intention is that, using a variable in a script, from Launch: // ... you can launch one application or another.
_____
Example: (script in batch language)
IF %ossvers% GTR 10 Set x_apk=com.android.documentsui
IF %ossvers% LSS 10 Set x_apk=com.google.android.documentsui
And on the Launcher line ...
Launch://%x_apk%
_____
Is that possible?
If not, what other alternative exists without creating a second profile?
Thanks.
■/■
Hola/Hi.
SOTI MOBICONTROL - Lockdown
Querría saber si puedo tener creado solo un perfil para un dispositivo (por ejemplo: Zebra TC20), en el que una ruta a una aplicación, es diferente en os Android 9.0 y Android 10.0.
Mi intención es que, usando una variable en un script, desde Launch://... pueda lanzar una aplicación u otra.
_____
Ejemplo: (script en lenguaje batch)
IF %ossvers% GTR 10 Set x_apk=com.android.documentsui
IF %ossvers% LSS 10 Set x_apk=com.google.android.documentsui
Y en la linea del Launcher…
Launch://%x_apk%
_____
Es eso posible?
Si no es así, que otra alternativa existe sin crear un segundo perfil?
Gracias.
