Since: API level 2
public class

AppInfo

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

Class Overview

This class is used to store general application usage information.

Since
API level 2
MDM 2.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String packageName Package name of the application package or process
public double usage Usage information of the given application package, which contains information based on the API used.
Public Constructors
AppInfo()
Default constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String packageName

Since: API level 2

Package name of the application package or process

Since
API level 2
MDM 2.0

public double usage

Since: API level 2

Usage information of the given application package, which contains information based on the API used.

Since
API level 2
MDM 2.0

Public Constructors

public AppInfo ()

Since: API level 2

Default constructor

Since
API level 2
MDM 2.0