GKMSPatch/patch
NkBe f2713a342b
Use NestedZip linking with copy fallback
Make APK packaging more robust by conditionally embedding the original APK (based on sigbypassLevel) and opening the source as either a NestedZip or a read-only ZFile. Attempt to add file links via NestedZip.addFileLink for entries, and fall back to copying the entry stream on failure or when source is read-only. Clean up related logic (remove the earlier separate embedding block), improve error messages, and minor reordering (minSdkVersion declaration) to streamline patch processing.
2026-02-10 21:45:38 +08:00
..
src/main/java/org/lsposed/patch Use NestedZip linking with copy fallback 2026-02-10 21:45:38 +08:00
.gitignore done with project structure refine 2021-04-07 12:06:30 +08:00
build.gradle.kts Update core and dependencies 2026-02-10 14:32:24 +08:00