5 years ago • Updated
The Android multi-user feature is not yet integrated in Genymotion. If you need to test your application in a multi-user context or with a restricted profile, you can enable the feature by running the following adb commands:
adb remount
adb shell "echo fw.max_users=4 >> /system/build.prop"
adb shell sync
adb reboot
Was this article helpful? Yes No
4 out of 9 found this helpful
Need more help? Request Technical Support
Related articles
- How to fix "Your CPU is incompatible with virtualization technologies" error?
- How many devices can I run simultaneously?
- Is it possible to have several people on my team connected to the same virtual device? (Genymotion Device Image)
- I cannot run more than 2 virtual devices at the same time. Is it possible to increase it?
- How to connect a virtual device to a proxy?