uninstallAppSilent

open fun uninstallAppSilent(packageName: String): Boolean

Uninstall the app silently.

Without root permission must hold {@code }

Return

{@code true}: success{@code false}: fail

Parameters

packageName

The name of the package.

open fun uninstallAppSilent(packageName: String, isKeepData: Boolean): Boolean

Uninstall the app silently.

Without root permission must hold {@code }

Return

{@code true}: success{@code false}: fail

Parameters

packageName

The name of the package.

isKeepData

Is keep the data.