We are setting up Android tablets as unattended wall-mounted kiosks for a web app. The devices are enrolled as Android Enterprise Device Owner and need to stay locked to one website after reboot.
The main requirements are:
Lock the tablet to a web app in kiosk mode.
Stop users from accessing Home or recent apps.
Allow the web app to use the camera.
Keep the screen brightness stable during the day and lower it at night.
Avoid anything that needs someone to physically touch the device after reboot.
Single app kiosk mostly works, but I’m unsure about the best way to handle the website allowlist, camera/peripheral permissions, and scheduled brightness changes from Hexnode. Has anyone configured this kind of sealed Android kiosk setup?