get Uninstall App 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
Content copied to clipboard
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.