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

Commit 8486c957 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Remove stale comments from PROCESS_STATE_BOUND_TOP

Bug: n/a
Test: Javadoc change only; treehugger.
Change-Id: Ib3c9c9fe08d9e0df9b19669230d9e14a9eeca113
parent 0583d29f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -503,8 +503,7 @@ public class ActivityManager {
    @UnsupportedAppUsage
    public static final int PROCESS_STATE_TOP = 2;

    /** @hide Process is bound to a TOP app. This is ranked below SERVICE_LOCATION so that
     * it doesn't get the capability of location access while-in-use. */
    /** @hide Process is bound to a TOP app. */
    public static final int PROCESS_STATE_BOUND_TOP = 3;

    /** @hide Process is hosting a foreground service. */