Partager via


UserManager.UserTypeProfileClone Field

Definition

User type representing a clone profile.

[Android.Runtime.Register("USER_TYPE_PROFILE_CLONE", ApiSince=35)]
public const string UserTypeProfileClone;
[<Android.Runtime.Register("USER_TYPE_PROFILE_CLONE", ApiSince=35)>]
val mutable UserTypeProfileClone : string

Field Value

Attributes

Remarks

User type representing a clone profile. Clone profile is a user profile type used to run second instance of an otherwise single user App (eg, messengers). Currently only the android.content.pm.UserInfo#isMain() user can have a clone profile.

Java documentation for android.os.UserManager.USER_TYPE_PROFILE_CLONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to