getApksForUri

Returns a lazy sequence of APK splits contained within zipped file (such as APKS, APKM, XAPK, ZIP) at provided uri.

This function will call Context.getApplicationContext internally, so it's safe to pass in any Context.

Attention: iteration of this sequence is blocking due to I/O operations.

The returned sequence is constrained to be iterated only once.