UserManager.SupportsMultipleUsers Method

Definition

Returns whether this device supports multiple switchable 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 switchable users.

Attributes

Remarks

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

Note that, even if false, multiple users might still be possible, as long as no login UI is required; e.g., profiles might still be supported, as they do not require a login UI.

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