Merge "Fix boot loop problem for volantis." into nyc-dev

This commit is contained in:
Arunesh Mishra
2016-02-16 08:09:44 +00:00
committed by Android (Google) Code Review

View File

@@ -342,7 +342,7 @@ public class SystemConfig {
} else if ("feature".equals(name) && allowFeatures) {
String fname = parser.getAttributeValue(null, "name");
int fversion = XmlUtils.readIntAttribute(null, "version", 0);
int fversion = XmlUtils.readIntAttribute(parser, "version", 0);
boolean allowed;
if (!lowRam) {
allowed = true;