java.lang.Object |
↳ |
com.samsung.android.knox.zt.config.securelog.SecureLogConstants |
Class Overview
This class defines an interface named SecureLogConstants.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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)
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.
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.
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.
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.
Constant Value:
-5
(0xfffffffb)
public
static
final
int
ERROR_OTHER_REASON
Since: API level 38
Error code that occurs when other reasons.
Constant Value:
-99
(0xffffff9d)
Public Constructors
public
SecureLogConstants
()