Hey Everyone,
at the moment I am testing with an Zebra Android 14 device to find a solution for my "admin logout" button.
It is displayed in my lockdown to leave it with the admin password.
Since I updated the device to Android 14 the intent which is behind this button isn't working anymore.
I use this intent: #Intent;action=net.soti.mobicontrol.admin.PASSWORD_DIALOG;i.dialog_type=1;end
Does anyone know which one I have to use with Android 14 or have another workaround?
At the moment I put a .cmd file on the device which gets executed when I press to button.
In it is the script: "_adminmode on". Unfortunately I don't have to enter the admin passoword anymore which doesn't fit the use case.
Thank you for your help!