How to enable kiosk mode with Genymotion SaaS (Cloud)?
Prerequisite
- ADB from Android SDK platform tools
- gmsaas command line tool
Connect your instance to ADB
Use gmsaas CLI to connect your instance to ADB. See gmsaas user guide for instructions.
Enable kiosk mode
Start the application you want to lock in kiosk mode and use this command:
adb shell cmd activity kiosk start
Disable kiosk mode
Stop kiosk mode with the following command:
adb shell cmd activity kiosk stop
Note
In kiosk mode, the status bar is hidden and cannot be scrolled down. Also, Navigation buttons are unavailable.
Was this article helpful?
Yes No
1 out of 2 found this helpful
Need more help? Request Technical Support
Related articles
- I get the error "Your license has expired", while my Desktop license is still valid.
- How to embed a Genymotion Device image instance in a website?
- How to embed a Genymotion SaaS (Cloud) device in your website?
- I get the error "no matching host key type found. Their offer: ssh-rsa" when trying to connect with SSH
- I can't find Google Play Store. Where is it?