toggle menu
system-extension
1.0.4
androidJvm
switch theme
search in API
system-extension
/
com.highcapable.betterandroid.system.extension.utils
/
SystemProperties
/
getLong
get
Long
@
JvmStatic
@
JvmOverloads
fun
getLong
(
key
:
String
,
default
:
Long
=
0
)
:
Long
Get the system properties key-value, and return as
Long
.
Return
Long
Parameters
key
the key name.
default
the default value.