removeAppRemove an app from the device. Usage1browser.removeApp(bundleId); Parameters Param Type Details bundleId String bundle ID of application ExampleremoveApp.js1browser.removeApp('com.example.android.apis'); Support