Launch SetPassword screen on ZEBRA devices

SB
Simon Breuer
REWE Systems GmbH

Hi everyone,

is it possible to launch the screen where user choses his screen lock (PIN, password) directly via Intent on ZEBRA devices?

If yes, what is the syntax aof the intent?

Can anybody help? Thanks!

5 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
5 years ago

I would start by identifying the activity of that particular prompt by sending the identify_activity script to the device while it is actively in the foreground. Once you have identified the activity you can use the start activity script in order to attempt to launch it. If you have a lockdown/kiosk enabled that might get in the way of being able to launch directly into that activity however.