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

Commit ec35088d 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

* commit '57bf8eb5':
  Fix boot loop problem for volantis.
parents e91b4894 57bf8eb5
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;