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

Commit 68141578 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

Merge "Fix javadoc on Context#BIND_FOREGROUND_SERVICE." am: d8705358 am:...

Merge "Fix javadoc on Context#BIND_FOREGROUND_SERVICE." am: d8705358 am: 33c901fa am: 87f14121 am: 7789dfbc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2065471



Change-Id: I3540505b4d9576b268fa377ef0ec6196e6967b9b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a32e49d8 7789dfbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ public abstract class Context {

    /**
     * @hide Flag for {@link #bindService}: For only the case where the binding
     * is coming from the system, set the process state to FOREGROUND_SERVICE
     * is coming from the system, set the process state to BOUND_FOREGROUND_SERVICE
     * instead of the normal maximum of IMPORTANT_FOREGROUND.  That is, this is
     * saying that the process shouldn't participate in the normal power reduction
     * modes (removing network access etc).