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

Commit 0cd2c419 authored by Aaron Vaage's avatar Aaron Vaage Committed by Automerger Merge Worker
Browse files

Merge "Fix typos in ActivityManager javadocs" into main am: 98c0e230

parents 6620536d 98c0e230
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3541,7 +3541,7 @@ public class ActivityManager {
         * foreground.  This may be running a window that is behind the current
         * foreground (so paused and with its state saved, not interacting with
         * the user, but visible to them to some degree); it may also be running
         * other services under the system's control that it inconsiders important.
         * other services under the system's control that it considers important.
         */
        public static final int IMPORTANCE_VISIBLE = 200;

@@ -3613,9 +3613,9 @@ public class ActivityManager {
        public static final int IMPORTANCE_CANT_SAVE_STATE = 350;

        /**
         * Constant for {@link #importance}: This process process contains
         * cached code that is expendable, not actively running any app components
         * we care about.
         * Constant for {@link #importance}: This process contains cached code
         * that is expendable, not actively running any app components we care
         * about.
         */
        public static final int IMPORTANCE_CACHED = 400;