2013年5月8日 星期三

Android 4.2 Multi-User

Setps to add users to Android 4.2

adb shell
su
pm get-max-users (should show 1)
setprop fw.max_users number (some number above 2)
pm create-user someusername 

repeat the create-user as wanted

Problem when testing on emulator 

Do't know how to switch from any non-primary user back to the primary(as far as using a visual UI)

Source Codes

User Management App


Reference:

沒有留言:

張貼留言