summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest/service-element.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2014-02-12 21:19:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-12 21:19:00 -0800
commitaa4cfa0c3a04ea1289994a530044e111f21a439c (patch)
tree674cec9b923196a97aa83e9be5f3d825e42087ca /docs/html/guide/topics/manifest/service-element.jd
parent1fc47a071b45368e6da0601ec640f2547489224c (diff)
parenta97e17785714e5155184199161b3d288f13d0134 (diff)
downloadframeworks_base-aa4cfa0c3a04ea1289994a530044e111f21a439c.zip
frameworks_base-aa4cfa0c3a04ea1289994a530044e111f21a439c.tar.gz
frameworks_base-aa4cfa0c3a04ea1289994a530044e111f21a439c.tar.bz2
am a97e1778: Merge commit \'47d3eaf6\' into manualmerge
* commit 'a97e17785714e5155184199161b3d288f13d0134': Doc change: minor edits to support easier extraction of document summaries.
Diffstat (limited to 'docs/html/guide/topics/manifest/service-element.jd')
-rw-r--r--docs/html/guide/topics/manifest/service-element.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/service-element.jd b/docs/html/guide/topics/manifest/service-element.jd
index 14eed67..2213b72 100644
--- a/docs/html/guide/topics/manifest/service-element.jd
+++ b/docs/html/guide/topics/manifest/service-element.jd
@@ -24,7 +24,7 @@ parent.link=manifest-intro.html
<br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
<dt>description:</dt>
-<dd>Declares a service (a {@link android.app.Service} subclass) as one
+<dd itemprop="description">Declares a service (a {@link android.app.Service} subclass) as one
of the application's components. Unlike activities, services lack a
visual user interface. They're used to implement long-running background
operations or a rich communications API that can be called by other