summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sudheer Shanka <sudheersai@google.com> 2022-04-17 23:48:47 +0000
committer Sudheer Shanka <sudheersai@google.com> 2022-04-17 23:48:47 +0000
commit54dd6faf2b5be0719c2f505549cd6ca12b9f2113 (patch)
tree922a27314c48b640aa5b7aeba831c7e530f0b84a
parent688729274871d2a70cc02ca0c6b89d7bb3b82ec6 (diff)
Fix javadoc on Context#BIND_FOREGROUND_SERVICE.
Test: n/a Change-Id: I5c5853cfb88c69e5cf39456fbc163af522410331
-rw-r--r--core/java/android/content/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index bde612ebfd08..402007d754c0 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).