Merge "Fix boot loop problem for volantis." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
57bf8eb561
@@ -342,7 +342,7 @@ public class SystemConfig {
|
|||||||
|
|
||||||
} else if ("feature".equals(name) && allowFeatures) {
|
} else if ("feature".equals(name) && allowFeatures) {
|
||||||
String fname = parser.getAttributeValue(null, "name");
|
String fname = parser.getAttributeValue(null, "name");
|
||||||
int fversion = XmlUtils.readIntAttribute(null, "version", 0);
|
int fversion = XmlUtils.readIntAttribute(parser, "version", 0);
|
||||||
boolean allowed;
|
boolean allowed;
|
||||||
if (!lowRam) {
|
if (!lowRam) {
|
||||||
allowed = true;
|
allowed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user