Skip to main content

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:

  1. Open the MRD app
  2. Enable app pinning in device settings (Settings → Security → App pinning)
  3. Pin the MRD app from the recent apps screen
  4. 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:

  1. Launch the browser in kiosk/fullscreen mode (--kiosk flag for Chrome)
  2. Set the MRD URL as the homepage
  3. Disable browser UI elements
  4. Use OS-level restrictions to prevent exiting

Next Steps