mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-24 09:11:09 +01: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.