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

Commit e816d004 authored by Varun Shah's avatar Varun Shah Committed by Gerrit Code Review
Browse files

Merge "Fix swapped backup/heavy oom adj labels"

parents 97f4c617 fc9561e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10375,7 +10375,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            "Native",
            "System", "Persistent", "Persistent Service", "Foreground",
            "Visible", "Perceptible", "Perceptible Low", "Perceptible Medium",
            "Heavy Weight", "Backup",
            "Backup", "Heavy Weight",
            "A Services", "Home",
            "Previous", "B Services", "Cached"
    };
@@ -10383,7 +10383,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            "native",
            "sys", "pers", "persvc", "fore",
            "vis", "percept", "perceptl", "perceptm",
            "heavy", "backup",
            "backup", "heavy",
            "servicea", "home",
            "prev", "serviceb", "cached"
    };