How to enable multiple users in Android virtual devices?

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