DeviceAdminInfo.IsVisible Property

Definition

Returns whether this device admin would like to be visible to the user, even when it is not enabled.

public bool IsVisible { [Android.Runtime.Register("isVisible", "()Z", "")] get; }
[<get: Android.Runtime.Register("isVisible", "()Z", "")>]
member this.IsVisible : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.app.admin.DeviceAdminInfo.isVisible().

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