Apktool/brut.apktool
Vincent Barthelemy 13e356f2ef fix: use the res type spec name to create res bag value
Starting with the version 28.0.3 of the Android SDK build tools,
the internal ids of the items of an array bag seems to have changed.

Because of those changes, array resources were no longer decoded correctly.
They were decoded as style resources.

Instead of using the id of the first item within a resource bag,
the name of the res type spec is now used to choose the correct
resource bag value to create.

Note: a list of "legal names" for resource types  can be found in the source code of aapt2.
2019-01-29 10:07:40 +01:00
..
apktool-cli fix: add headless call in beginning of execution 2019-01-25 15:42:07 -05:00
apktool-lib fix: use the res type spec name to create res bag value 2019-01-29 10:07:40 +01:00