public class

AppInfoLastUsage

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

Class Overview

This class is used to store application package last usage information.

Since
API level 2
MDM 2.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public long lastAppUsage How long the application package was used when it launched last time.
public long lastLaunchTime Last launch time of application package
public int launchCountPerMonth Average launch count of application package per month.
[Expand]
Inherited Fields
From class com.samsung.android.knox.application.AppInfo
Public Constructors
AppInfoLastUsage()
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public long lastAppUsage

Since: API level 2

How long the application package was used when it launched last time.

Since
API level 2
MDM 2.0

public long lastLaunchTime

Since: API level 2

Last launch time of application package

Since
API level 2
MDM 2.0

public int launchCountPerMonth

Since: API level 2

Average launch count of application package per month.

Since
API level 2
MDM 2.0

Public Constructors

public AppInfoLastUsage ()

Since: API level 2

Default constructor.

Since
API level 2
MDM 2.0