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

Commit 1d7281f0 authored by Arunesh Mishra's avatar Arunesh Mishra Committed by android-build-merger
Browse files

Merge "Fix boot loop problem for volantis." into nyc-dev am: 57bf8eb5

am: ec35088d

* commit 'ec35088d':
  Fix boot loop problem for volantis.
parents 28efd6ef ec35088d
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;