removeApp

Remove an app from the device.

Usage

1
browser.removeApp(bundleId);

Parameters

Param Type Details
bundleId String bundle ID of application

Example

removeApp.js
1
browser.removeApp('com.example.android.apis');

Support

Support for android