ApkSplits
Utilities for sequences of APK splits.
Functions
Returns a sequence which adds all elements to the destination list as they pass through.
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.
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.
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.
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 and closes all I/O resources opened in the upstream sequence if it's supported.