共用方式為


UserManager.UserTypeProfilePrivate Field

Definition

User type representing a private profile.

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

Field Value

Attributes

Remarks

User type representing a private profile. Private profile is a user profile that can be used as an alternative user-space to install and use sensitive apps. UI surfaces can adopt an alternative strategy to show apps belonging to this profile, in line with their sensitive nature.

Java documentation for android.os.UserManager.USER_TYPE_PROFILE_PRIVATE.

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