DevicePolicyManager.IsAdminActive(ComponentName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return true if the given administrator component is currently active (enabled) in the system.
[Android.Runtime.Register("isAdminActive", "(Landroid/content/ComponentName;)Z", "GetIsAdminActive_Landroid_content_ComponentName_Handler")]
public virtual bool IsAdminActive (Android.Content.ComponentName admin);
[<Android.Runtime.Register("isAdminActive", "(Landroid/content/ComponentName;)Z", "GetIsAdminActive_Landroid_content_ComponentName_Handler")>]
abstract member IsAdminActive : Android.Content.ComponentName -> bool
override this.IsAdminActive : Android.Content.ComponentName -> bool
Parameters
- admin
- ComponentName
The administrator component to check for.
Returns
true
if admin
is currently enabled in the system, false
otherwise
- Attributes
Remarks
Return true if the given administrator component is currently active (enabled) in the system.
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.