mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-23 10:17:33 +01:00
eabb7d819b
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.