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

Commit 66243c93 authored by Varun Shah's avatar Varun Shah Committed by Automerger Merge Worker
Browse files

Merge "Fix swapped backup/heavy oom adj labels" am: e816d004

parents 295fde95 e816d004
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10386,7 +10386,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"
    };
@@ -10394,7 +10394,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"
    };