mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 06:54:25 +02:00

If th zip entry for resources.arsc is not found an exception is thrown, but the ZipFile is not closed. Using try-with-resources means that the ZipFile will always be closed irrespective of how the code block exits.