Commit c3386520 authored by chenzhong.cz's avatar chenzhong.cz

no limit to the package id

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment