2

我正在使用Genymotion 2.0.3仿真器的Nexus 7仿真设备(API 18)。我已经安装了谷歌API并登录到谷歌账户。genymotion 2.0.3:添加受限个人资料

如何添加受限用户配置文件?在设置中没有用户菜单项。

回答

6

您可以通过ADB启用它:

$ adb shell setprop fw.max_users 4 

为了让即使重新启动后,你可以做它的工作下一个:

$ adb remount 
$ adb shell 
# echo "fw.max_users=4" >> /system/build.prop 
+0

是的神奇隐藏的答案,我喜欢它! – Blundell

0

由于Genymotion是植根设备,另一种方法是,以使用 的应用程序,如“4.2多用户启动器”。这个特殊的应用程序是 在Play商店中可用,也是开源: https://github.com/SferaDev/4.2MultiuserEnabler

+0

在许多设备上,该应用程序在重新启动后无法工作。 – Lokiare

相关问题