Since: API level 19
public class

DLPPackageInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.dlp.DLPPackageInfo

Deprecated in API level 27

Class Overview

Generic class used for application package unique identity with DLP configuration. NOTE: : This API is not available since Android 12(deprecated in API level 27)

Since
API level 19
KNOX 2.6

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public AppIdentity appIdentity AppIdentity of the application
public Bundle extras Bundle of the application
Public Constructors
DLPPackageInfo()
DLPPackageInfo(AppIdentity appIdentity, Bundle extras)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public AppIdentity appIdentity

Since: API level 19

AppIdentity of the application

Since
API level 19
KNOX 2.6

public Bundle extras

Since: API level 19

Bundle of the application

Since
API level 19
KNOX 2.6

Public Constructors

public DLPPackageInfo ()

Since: API level 19

Since
API level 19
KNOX 2.6

public DLPPackageInfo (AppIdentity appIdentity, Bundle extras)

Since: API level 19

Since
API level 19
KNOX 2.6