Definition at line 36 of file SystemAPI.java.
Static Public Member Functions | |
static native int | execProgramAndWait (String path, String args) |
Execute a program on mobile and wait until the program ended. | |
static native int | execProgram (String path, String args) |
Execute a program on mobile. | |
static long | currentTimeInMillis () |
Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug. | |
static void | main (String[] args) |
static native int org.openmobileis.embedded.util.SystemAPI.execProgramAndWait | ( | String | path, | |
String | args | |||
) | [static] |
Execute a program on mobile and wait until the program ended.
String path of the program | ||
Arguments separated by space |
static native int org.openmobileis.embedded.util.SystemAPI.execProgram | ( | String | path, | |
String | args | |||
) | [static] |
Execute a program on mobile.
String path of the program | ||
Arguments separated by space |