-
public class AndroidInfoHelpers
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
EMULATOR_LOCALHOST
public final static String
GENYMOTION_LOCALHOST
public final static String
DEVICE_LOCALHOST
public final static String
METRO_HOST_PROP_NAME
-
Method Summary
Modifier and Type Method Description static String
getServerHost(Integer port)
static String
getServerHost(Context context)
static String
getAdbReverseTcpCommand(Integer port)
static String
getAdbReverseTcpCommand(Context context)
static String
getInspectorProxyHost(Context context)
static String
getFriendlyDeviceName()
-
-
Method Detail
-
getServerHost
static String getServerHost(Integer port)
-
getServerHost
static String getServerHost(Context context)
-
getAdbReverseTcpCommand
static String getAdbReverseTcpCommand(Integer port)
-
getAdbReverseTcpCommand
static String getAdbReverseTcpCommand(Context context)
-
getInspectorProxyHost
static String getInspectorProxyHost(Context context)
-
getFriendlyDeviceName
static String getFriendlyDeviceName()
-
-
-
-