getUninstallAppIntent

open fun getUninstallAppIntent(packageName: String): Intent

Return the intent of uninstall app.

Return

the intent of uninstall app

Parameters

packageName

The name of the package.

open fun getUninstallAppIntent(packageName: String, isNewTask: Boolean): Intent

Return the intent of uninstall app.

Return

the intent of uninstall app

Parameters

packageName

The name of the package.

isNewTask

True to add flag of new task, false otherwise.