提交 c3386520 编写于 作者: C chenzhong.cz

no limit to the package id

上级 1f5cdeb0
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册