LauncherActivityInfo.User Property

Definition

Returns the user handle of the user profile that this activity belongs to.

public virtual Android.OS.UserHandle? User { [Android.Runtime.Register("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler")] get; }
[<get: Android.Runtime.Register("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler")>]
member this.User : Android.OS.UserHandle

Property Value

UserHandle

The UserHandle of the profile.

Attributes

Remarks

Java documentation for android.content.pm.LauncherActivityInfo.getUser().

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

See also