java.lang.Object |
↳ |
com.samsung.android.knox.ddar.DualDARPolicy.DUAL_DAR_VERSION_CODES |
Class Overview
Enumeration of the currently known DUAL DAR version codes. Version numbers
increment monotonically with each official platform release.
NOTE: Patch component of the version number is intentionally omitted in
the released Dual DAR version codes as it is only used in the internals of the platform.
However, getDualDARVersion()
will return all 3 components <major.minor.patch>
of the Dual DAR version on the platform.
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
DUAL_DAR_1_0
Since: API level 28