diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index bde612ebfd085..402007d754c01 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -463,7 +463,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).