summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Service.java
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-11 19:18:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-11 19:18:45 -0700
commitd9818244f9bf47b9e2981df7866b1ace01392fa9 (patch)
treef141587490bd1365821acf7fbef750df9619107a /core/java/android/app/Service.java
parentc08787fc96473b5738a4c024a13a8c7d24af496b (diff)
parentaa0a453a7ae0ee1f588298bf78a8fac16b5aae38 (diff)
downloadframeworks_base-d9818244f9bf47b9e2981df7866b1ace01392fa9.zip
frameworks_base-d9818244f9bf47b9e2981df7866b1ace01392fa9.tar.gz
frameworks_base-d9818244f9bf47b9e2981df7866b1ace01392fa9.tar.bz2
Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
Diffstat (limited to 'core/java/android/app/Service.java')
-rw-r--r--core/java/android/app/Service.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Service.java b/core/java/android/app/Service.java
index 35bd8c0..e8d10cb 100644
--- a/core/java/android/app/Service.java
+++ b/core/java/android/app/Service.java
@@ -654,8 +654,8 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
/**
* Print the Service's state into the given stream. This gets invoked if
- * you run "adb shell dumpsys activity service <yourservicename>".
- * This is distinct from "dumpsys <servicename>", which only works for
+ * you run "adb shell dumpsys activity service &lt;yourservicename&gt;".
+ * This is distinct from "dumpsys &lt;servicename&gt;", which only works for
* named system services and which invokes the {@link IBinder#dump} method
* on the {@link IBinder} interface registered with ServiceManager.
*