Warlock
Warlock

Reputation: 2711

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!

Upvotes: 8

Views: 3527

Answers (1)

flo
flo

Reputation: 76

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

Upvotes: 6

Related Questions