By default, all our images come with a default "Genymotion" admin account to ensure compatibility with the Kiosk feature. Android work profiles are disabled by default.
It is possible to disable the default admin account if Android work profiles are required.
> Warning: Disabling the default admin account will break the kiosk feature!
To disable the default admin account, follow these steps:
1. If you are using Genymotion SaaS or Genymotion PaaS, connect your instance to ADB.
Please refer to the on-line documentation for instructions:
2. Most of our images are not rooted by default. Toggle root first. Please refer to the on-line documentation: How to use the toggle root feature?
3. When done, run the following command:
adb shell setprop persist.genymotion.device_owner.enabled false
This disables the default admin account and allows the use of Android work profiles.
If you need to use Android Kiosk feature, restore the default admin account with the following command:
adb shell setprop persist.genymotion.device_owner.enabled true