Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e0bdf3a authored by Arunesh Mishra's avatar Arunesh Mishra
Browse files

Fix boot loop problem for volantis.

Bug: 27192965

Change-Id: I90febaf6a750d539847f45c2795d74b2a4b69f02
parent a4b27566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;