Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable multiuser support in AVD 4.2

Is there any way how to enable multiuser support in the new (emulator) AVD with Android 4.2 (ADT version 21)? On real device there should be User menu item in Settings, but on my AVD is missing. I know that this feature is enabled only for certain tablet devices but I didn't find any kind of setting when creating AVD or editing device in the new Device Definitions section. Even creating device from Nexus 7 profile with Android 4.2 didn't help.
Any suggestions how to enable this feature? Thanks!

like image 283
Warlock Avatar asked Nov 14 '12 10:11

Warlock


1 Answers

For me this works on a 10.1 Jelly Bean avd:

  1. adb shell
  2. su
  3. setprop fw.max_users 5

From here: http://forum.xda-developers.com/showthread.php?p=34350909

like image 62
flo Avatar answered Oct 31 '22 13:10

flo