Since: API level 38
public class

SecureLogConstants

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.zt.config.securelog.SecureLogConstants

Class Overview

This class defines an interface named SecureLogConstants.

Since
API level 38
KNOX 3.11

Summary

Constants
String ACTION_NOTIFY_APP_KILLED Action to notify that app is killed.
int ERROR_CPU_ARCHITECTURE_32_BIT_NOT_SUPPORTED Error code that occurs when CPU architecture is not supported.
int ERROR_DEVICE_SPECIFICATION_NOT_SUFFICIENT Error code that occurs when device specification is not sufficient.
int ERROR_HYPERVISOR_SPACE_NOT_ENOUGH Error code that occurs when hypervisor space is not enough.
int ERROR_KERNEL_VERSION_NOT_SUPPORTED Error code that occurs when kernel version is not compatible.
int ERROR_OPERATION_NOT_PERMITTED Error code that occurs when operation is not permitted.
int ERROR_OTHER_REASON Error code that occurs when other reasons.
Public Constructors
SecureLogConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_NOTIFY_APP_KILLED

Since: API level 38

Action to notify that app is killed. If an app receives this intent, it must do something like re-starting the app, and registering signal-monitoring listener again. public class MyReceiver extends BroadcastReceiver {

Constant Value: "com.samsung.android.knox.zt.config.securelog.action.NOTIFY_APP_KILLED"

public static final int ERROR_CPU_ARCHITECTURE_32_BIT_NOT_SUPPORTED

Since: API level 38

Error code that occurs when CPU architecture is not supported. (32-bit)

Since
API level 38
KNOX 3.11
Constant Value: -2 (0xfffffffe)

public static final int ERROR_DEVICE_SPECIFICATION_NOT_SUFFICIENT

Since: API level 38

Error code that occurs when device specification is not sufficient.

Since
API level 38
KNOX 3.11
Constant Value: -4 (0xfffffffc)

public static final int ERROR_HYPERVISOR_SPACE_NOT_ENOUGH

Since: API level 38

Error code that occurs when hypervisor space is not enough.

Since
API level 38
KNOX 3.11
Constant Value: -3 (0xfffffffd)

public static final int ERROR_KERNEL_VERSION_NOT_SUPPORTED

Since: API level 38

Error code that occurs when kernel version is not compatible.

Since
API level 38
KNOX 3.11
Constant Value: -1 (0xffffffff)

public static final int ERROR_OPERATION_NOT_PERMITTED

Since: API level 38

Error code that occurs when operation is not permitted.

Since
API level 38
KNOX 3.11
Constant Value: -5 (0xfffffffb)

public static final int ERROR_OTHER_REASON

Since: API level 38

Error code that occurs when other reasons.

Since
API level 38
KNOX 3.11
Constant Value: -99 (0xffffff9d)

Public Constructors

public SecureLogConstants ()

Since: API level 38