getUriForZipEntry

fun getUriForZipEntry(zipPath: String, zipEntryName: String): Uri

Creates an Uri for a ZIP entry.

Parameters

zipPath

string representation of Uri pointing to a ZIP file containing zip entry or absolute path to the ZIP file containing zip entry.

zipEntryName

name of the ZIP entry inside of the ZIP archive.