Aracılığıyla paylaş


UserManager.SupportsMultipleUsers Method

Definition

Returns whether this device supports multiple users with their own login and customizable space.

[Android.Runtime.Register("supportsMultipleUsers", "()Z", "", ApiSince=24)]
public static bool SupportsMultipleUsers ();
[<Android.Runtime.Register("supportsMultipleUsers", "()Z", "", ApiSince=24)>]
static member SupportsMultipleUsers : unit -> bool

Returns

whether the device supports multiple users.

Attributes

Remarks

Returns whether this device supports multiple users with their own login and customizable space.

Java documentation for android.os.UserManager.supportsMultipleUsers().

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