ApkSplits

object ApkSplits

Utilities for sequences of APK splits.

Functions

Link copied to clipboard

Returns a sequence which adds all elements to the destination list as they pass through.

Link copied to clipboard

Returns a list containing only APK splits which are the most compatible with the device.

Returns a sequence containing only APK splits which are the most compatible with the device.

Link copied to clipboard

Returns a list containing APK splits sorted according to their compatibility with the device.

Returns a sequence that yields APK splits sorted according to their compatibility with the device.

Link copied to clipboard

Returns a list of APK splits and throws SplitPackageException if the split package is invalid.

Returns a sequence which throws SplitPackageException on iteration if the split package is invalid.