public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMAND_INSTALL
The command string for install app
|
static java.lang.String |
COMMAND_INSTALL_LOCATION_EXTERNAL
Install apps on SD-card.
|
static java.lang.String |
COMMAND_INSTALL_LOCATION_INTERNAL
Install apps on phone RAM.
|
static java.lang.String |
COMMAND_INSTALL_PATCH
The patch for some android versions and devices.
|
static java.lang.String |
COMMAND_KILL
The command string for kill process.
|
static java.lang.String |
COMMAND_PIDOF
The command string for find pid of a process.
|
static java.lang.String |
COMMAND_PS
The command string for processing show.
|
static java.lang.String |
COMMAND_SCREENCAP
The command string for screen cap.
|
static java.lang.String |
COMMAND_SCREENRECORD
The command string for screen record.
|
static int |
COMMAND_TIMEOUT
The default command timeout is 5 min.
|
static java.lang.String |
COMMAND_UNINSTALL
The command string for uninstall app.
|
static java.lang.String |
PATH_SYSTEM
The path of system
|
static java.lang.String |
PATH_SYSTEM_BIN
The path of system bin
|
static long |
PERMISSION_EXPIRE_TIME
The expire time for granted permission, ten minutes
|
static long |
SCREENRECORD_BITRATE_DEFAULT
The default recording bit rate
|
static int |
SCREENRECORD_TIMELIMIT_DEFAULT
The default recording time limit
|
static java.lang.String[] |
SU_BINARY_DIRS
The set of SU location
|
| Constructor and Description |
|---|
Constants() |
public static final java.lang.String[] SU_BINARY_DIRS
public static final long PERMISSION_EXPIRE_TIME
public static final java.lang.String COMMAND_INSTALL
public static final java.lang.String COMMAND_INSTALL_PATCH
public static final java.lang.String COMMAND_INSTALL_LOCATION_EXTERNAL
public static final java.lang.String COMMAND_INSTALL_LOCATION_INTERNAL
public static final java.lang.String COMMAND_UNINSTALL
public static final java.lang.String COMMAND_SCREENCAP
public static final java.lang.String COMMAND_PS
public static final java.lang.String COMMAND_KILL
public static final java.lang.String COMMAND_PIDOF
public static final java.lang.String COMMAND_SCREENRECORD
public static final int COMMAND_TIMEOUT
public static final java.lang.String PATH_SYSTEM
public static final java.lang.String PATH_SYSTEM_BIN
public static final long SCREENRECORD_BITRATE_DEFAULT
public static final int SCREENRECORD_TIMELIMIT_DEFAULT