DevicePolicyManager.ActiveAdmins Property
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 a list of all currently active device administrators' component names.
public virtual System.Collections.Generic.IList<Android.Content.ComponentName>? ActiveAdmins { [Android.Runtime.Register("getActiveAdmins", "()Ljava/util/List;", "GetGetActiveAdminsHandler")] get; }
[<get: Android.Runtime.Register("getActiveAdmins", "()Ljava/util/List;", "GetGetActiveAdminsHandler")>]
member this.ActiveAdmins : System.Collections.Generic.IList<Android.Content.ComponentName>
Property Value
- Attributes
Remarks
Return a list of all currently active device administrators' component names. If there are no administrators null
may be returned.
Java documentation for android.app.admin.DevicePolicyManager.getActiveAdmins()
.
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.