PackageManagerCreateUser Method AndroidLib - Beatsleigher Edition
Creates a new user profile on the device.

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public void CreateUser(
	string m_username
)

Parameters

m_username
Type: SystemString
The desired name for the user.
Exceptions

ExceptionCondition
ArgumentNullException The method will throw this exception if the m_username parameter is set to null (Visual Basic: Nothing), is empty or plain whitespace. In those cases, the exception is thrown. It is recommended that you use a try-catch block for this method, as it expects to be terminated after an exception has occurred.
See Also

Reference