Hi,
We want to be able to erase browser(surf) stored data, from a share devices locked down in KIOSK mode(see screenshot). Specifically the user needs to be able to trigger a 'logout' after end of shift.
Devices are enrolled via Android Enterprise(Device Owner).
Solution #1:
Deploy a script file and run from lockdown with scriptcommand. wipeapplication or kill_application.
However both script commands appear unsupported(log displays script command as unsupported).
Solution #2:
Invoke an action in lockdown items. action://clear_cache...etc.
However this only seems to support configuring wifi/pw change: https://discussions.soti.net/thread/are-they-any-other-mobicontrol-actions-possible-to-be-used-from-the-kiosk-mode-lockdown/
How do I go about this?