By default, all Genymotion images come with a default "Genymotion" admin account to ensure compatibility with the Kiosk feature.
As a result, Android work profiles are disabled by default.
If you need to use Android work profiles, you can disable the default admin account.
> Warning: Disabling the default admin account will break the kiosk feature!
Steps to disable the default admin account
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 the images are not rooted by default. You first need to toggle root. To do so, 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 command disables the default admin account and allows the use of Android work profiles.
Steps to restore the default admin account for the Android Kiosk feature
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