diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2012-04-11 19:21:12 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-11 19:21:12 -0700 |
| commit | 3d33c68f9e0ddc3b022e027e7644e908cfc9725e (patch) | |
| tree | 177fdfd82f036915e394f396ed0ce43767c5c6a8 /core/java/android/app/Service.java | |
| parent | 51cb7ca563dda1ea92b76f216e5d2960dcd62cf8 (diff) | |
| parent | d9818244f9bf47b9e2981df7866b1ace01392fa9 (diff) | |
| download | frameworks_base-3d33c68f9e0ddc3b022e027e7644e908cfc9725e.zip frameworks_base-3d33c68f9e0ddc3b022e027e7644e908cfc9725e.tar.gz frameworks_base-3d33c68f9e0ddc3b022e027e7644e908cfc9725e.tar.bz2 | |
am d9818244: Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
* commit 'd9818244f9bf47b9e2981df7866b1ace01392fa9':
DO NOT MERGE: Make component names visible in javadoc.
Diffstat (limited to 'core/java/android/app/Service.java')
| -rw-r--r-- | core/java/android/app/Service.java | 4 |
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 <yourservicename>". + * This is distinct from "dumpsys <servicename>", which only works for * named system services and which invokes the {@link IBinder#dump} method * on the {@link IBinder} interface registered with ServiceManager. * |
