The article is intended for Genymotion SaaS Cloud users. The article explains prerequisites and commands to enable and disable kiosk mode.
Prerequisite
- ADB from Android SDK platform tools
- gmsaas Command Line Interface (gmsaas CLI)
Connect your instance to ADB
Connect a Genymotion SaaS Cloud instance to ADB.
Use the gmsaas CLI to connect a Genymotion SaaS Cloud instance to ADB.
See the gmsaas user guide for instructions.
Enable kiosk mode
Start the application you want to lock in kiosk mode.
Use the following 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. Additionally, navigation buttons are unavailable.
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?