summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@google.com>2021-06-03 20:30:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-03 20:30:28 +0000
commitde39a2b610f4c765cbad2cda10b8aab3d5948760 (patch)
tree7d9d74e3e01b0ad0e8046503537c1372c2436a86 /core/java/android
parent9a86663fea9bf82b22ec5d126805eca78bd155bc (diff)
parenta7768ad4a11293497080ce721e082417561d5391 (diff)
Merge "Clarify 'phoneCall' foreground service type" into sc-dev
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/pm/ServiceInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ServiceInfo.java b/core/java/android/content/pm/ServiceInfo.java
index d3f9e2486a64..7fc242c4045c 100644
--- a/core/java/android/content/pm/ServiceInfo.java
+++ b/core/java/android/content/pm/ServiceInfo.java
@@ -121,7 +121,8 @@ public class ServiceInfo extends ComponentInfo
/**
* Constant corresponding to <code>phoneCall</code> in
* the {@link android.R.attr#foregroundServiceType} attribute.
- * Ongoing phone call or video conference.
+ * Ongoing operations related to phone calls, video conferencing,
+ * or similar interactive communication.
*/
public static final int FOREGROUND_SERVICE_TYPE_PHONE_CALL = 1 << 2;