Merge pull request #1084 from rover12421/readConfigFlags_read_setDeafultValue_28

set readConfigFlags read default value to 28
This commit is contained in:
Connor Tumbleson 2015-11-17 08:52:14 -06:00
commit b0eb58a426

View File

@ -264,7 +264,7 @@ public class ARSCDecoder {
private ResConfigFlags readConfigFlags() throws IOException,
AndrolibException {
int size = mIn.readInt();
int read = 0;
int read = 28;
if (size < 28) {
throw new AndrolibException("Config size < 28");