installAppSilent

open fun installAppSilent(filePath: String): Boolean

Install the app silently.

Without root permission must hold {@code }

Return

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

Parameters

filePath

The path of file.

open fun installAppSilent(file: File): Boolean

Install the app silently.

Without root permission must hold {@code }

Return

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

Parameters

file

The file.

open fun installAppSilent(filePath: String, params: String): Boolean

Install the app silently.

Without root permission must hold {@code }

Return

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

Parameters

filePath

The path of file.

params

The params of installation.

open fun installAppSilent(file: File, params: String): Boolean

Install the app silently.

Without root permission must hold {@code }

Return

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

Parameters

file

The file.

params

The params of installation.