|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstallException | |
---|---|
com.android.ddmlib |
Uses of InstallException in com.android.ddmlib |
---|
Methods in com.android.ddmlib that throw InstallException | |
---|---|
String |
IDevice.installPackage(String packageFilePath,
boolean reinstall,
String... extraArgs)
Installs an Android application on device. |
String |
IDevice.installRemotePackage(String remoteFilePath,
boolean reinstall,
String... extraArgs)
Installs the application package that was pushed to a temporary location on the device. |
void |
IDevice.removeRemotePackage(String remoteFilePath)
Removes a file from device. |
String |
IDevice.uninstallPackage(String packageName)
Uninstalls an package from the device. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |