createSession

Creates an install session. The returned session is in pending state.

Split packages are not supported on API levels < 21. Attempting to add additional APKs on these API levels may produce SplitPackagesNotSupportedException.

Return

ProgressSession

Parameters

baseApk

URI of base APK.

configure

configures install session.

See also


Creates an install session. The returned session is in pending state.

Split packages are not supported on API levels < 21. Attempting to add additional APKs on these API levels may produce SplitPackagesNotSupportedException.

Return

ProgressSession

Parameters

apks

URIs of split APKs.

configure

configures install session.

See also