UserManager.IsManagedProfile Property

Definition

Checks if the calling app is running in a managed profile.

public virtual bool IsManagedProfile { [Android.Runtime.Register("isManagedProfile", "()Z", "GetIsManagedProfileHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isManagedProfile", "()Z", "GetIsManagedProfileHandler", ApiSince=30)>]
member this.IsManagedProfile : bool

Property Value

Boolean

whether the caller is in a managed profile.

Attributes

Remarks

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

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