If you want to add a user then open terminal emulator and type:
- su
- pm create-user foo
Press and hold the power button and you'll be able to select your newly created user.
If you want to list all users on the system then open terminal emulator and tpe:
- su
- pm list-users
If you want to remove a user then open terminal emulator and type:
- su
- pm list-users and remember the number before user foo
- pm remove-user 1
pm list-users gives something like:
Users:
UserInfo{0:Primary:3}
UserInfo{1:foo:3}
Ni komentarjev:
Objavite komentar