boolean uninstall(app)
Description
Uninstall the application from the device.
Parameters
- Application: The application package name.
Usage
Scenario: We will use the 'Uninstall' command in order to uninstall the EriBank application during runtime.
Parameters:
- Application: will be set to "com.experitest.ExperiBank"
Code Examples
Java Example
if(client.uninstall("com.experitest.ExperiBank")){ // If statement }