Kiosk Mode
Kiosk mode locks the display to the meeting room application, preventing users from accessing other apps or settings.
Android Kiosk Mode
The Android MRD app supports app pinning (screen pinning) to lock the device:
- Open the MRD app
- Enable app pinning in device settings (
Settings → Security → App pinning) - Pin the MRD app from the recent apps screen
- The device is now locked to the MRD app
Additional Lockdown
For production deployments, consider:
- Device Owner mode — Full MDM control (requires factory reset setup)
- Dedicated device mode — Android Enterprise dedicated device provisioning
- Screen wake lock — MRD app keeps the screen always on
- Auto-start on boot — App launches automatically after device restart
Web Kiosk Mode
For browser-based displays:
- Launch the browser in kiosk/fullscreen mode (
--kioskflag for Chrome) - Set the MRD URL as the homepage
- Disable browser UI elements
- Use OS-level restrictions to prevent exiting
Next Steps
- Offline Behavior — Handling network loss
- Troubleshooting — Common issues and fixes