Admin Login Intent Android 14

Solved
LC
Leon Callsen Silver Contributor
Taneri Consulting GmbH (TCG Global)

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!

a year ago
Android
ANSWERS

We do the same and got following (corrected) intent from Soti:

#Intent;action=net.soti.mobicontrol.admin.PASSWORD_DIALOG;component=net.soti.mobicontrol.androidwork/net.soti.mobicontrol.ui.AdminModeDialogActivity;i.dialog_type=1;end

Solution
LC
Leon Callsen
a year ago

Thank you Rafael! 
It worked ;) 

Glad to help and just for the rest.
Our experience was that the old intent worked until Android 13 but stopped with Android 14.

The new one works on both ;)