mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 15:04:24 +02:00

Prior to this change, APKs usually went Package -> TypeSpec -> Config (all) -> Entries. Reading all configs under that TypeSpec. Now we have packages that go Package -> TypeSpec -> Config (single) -> Entries. So we have to read this correctly to make sure we can correctly decode sparse and packed Resource tables.