Since: API level 3
public class

AppControlInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.application.AppControlInfo

Class Overview

This is a generic class that contains information on the Application policy values for a particular administrator.

Since
API level 3
MDM 2.1

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
AppControlInfo()
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
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.

Since
API level 4
MDM 2.2

Public Constructors

public AppControlInfo ()

Since: API level 3

Default constructor.

Since
API level 3
MDM 2.1