Since: API level 4
public class

ControlInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.ControlInfo
Known Direct Subclasses

Class Overview

This generic class contains information on the policy values of a particular administrator.

Since
API level 4
API MDM 2.2

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String adminPackageName Package name of the administrator application
public List<String> entries List of all entries in the administrator's control information (for example, blacklist or whitelist).
Public Constructors
ControlInfo()
Default Constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String adminPackageName

Since: API level 4

Package name of the administrator application

Since
API level 4
API MDM 2.2

public List<String> entries

Since: API level 4

List of all entries in the administrator's control information (for example, blacklist or whitelist). Interpretation of values depends on the method that returns this object. Example usage: The list can contain signatures, permissions, and packages when used by an application policy. The list can contain profile names or device names when used by a bluetooth policy.

Since
API level 4
API MDM 2.2

Public Constructors

public ControlInfo ()

Since: API level 4

Default Constructor

Since
API level 4
API MDM 2.2