deleteApplications

fun deleteApplications(apps: List<String>): Int

Uninstall installed apps by package name or app name

Return

Const.EXECUTE_COMPLETE - function completed

Const.LIST_IS_EMPTY - The list passed to the function is empty. Function failed. Function failed

Const.METHOD_NOT_FOUND - Method not found. Function failed

Parameters

apps

List with application names or package names