How to enable multiuser support in AVD 4.2

后端 未结 1 981
花落未央
花落未央 2020-12-31 18:51

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

相关标签:
1条回答
  • 2020-12-31 19:27

    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

    0 讨论(0)
提交回复
热议问题