no limit to the package id

This commit is contained in:
chenzhong.cz
2016-10-31 11:24:33 +08:00
parent 1f5cdeb01b
commit c338652045
@@ -136,9 +136,9 @@ public class ResTableParser extends CommonBinaryParser {
}
PackageChunk pkg = new PackageChunk(id, name, typeStrings, keyStrings);
if (id == 0x7F) {
//if (id == 0x7F) {
resStorage.setAppPackage(name);
}
//}
while (is.getPos() < endPos) {
long chunkStart = is.getPos();