summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest/service-element.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-06-20 16:36:28 -0700
committerScott Main <smain@google.com>2011-06-22 15:57:37 -0700
commit9fc3579cabfd71fba8b34dfca6b7e1cf4175b845 (patch)
tree0e16cff15874671fff206980cb79f23c88d22069 /docs/html/guide/topics/manifest/service-element.jd
parentc7c1ba5071456a813abbdadfdbe94287b06877e7 (diff)
downloadframeworks_base-9fc3579cabfd71fba8b34dfca6b7e1cf4175b845.zip
frameworks_base-9fc3579cabfd71fba8b34dfca6b7e1cf4175b845.tar.gz
frameworks_base-9fc3579cabfd71fba8b34dfca6b7e1cf4175b845.tar.bz2
docs: add info about manifest attributes that should not change
Change-Id: Ia58d855ccaa3348bc0a2f7a4b7847ec115c442e8
Diffstat (limited to 'docs/html/guide/topics/manifest/service-element.jd')
-rw-r--r--docs/html/guide/topics/manifest/service-element.jd7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/service-element.jd b/docs/html/guide/topics/manifest/service-element.jd
index d9a81b3..82d1f6a 100644
--- a/docs/html/guide/topics/manifest/service-element.jd
+++ b/docs/html/guide/topics/manifest/service-element.jd
@@ -6,7 +6,7 @@ parent.link=manifest-intro.html
<dl class="xml">
<dt>syntax:</dt>
<dd><pre class="stx">&lt;service android:<a href="#enabled">enabled</a>=["true" | "false"]
- android:<a href="#exported">exported[</a>="true" | "false"]
+ android:<a href="#exported">exported</a>=["true" | "false"]
android:<a href="#icon">icon</a>="<i>drawable resource</i>"
android:<a href="#label">label</a>="<i>string resource</i>"
android:<a href="#nm">name</a>="<i>string</i>"
@@ -121,6 +121,11 @@ the first character of the name is a period (for example, "{@code .RoomService}"
it is appended to the package name specified in the
<code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code> element.
+<p>Once you publish your application, you <a
+href="http://android-developers.blogspot.com/2011/06/things-that-cannot-change.html">should not
+change this name</a> (unless you've set <code><a
+href="#exported">android:exported</a>="false"</code>).</p>
+
<p>
There is no default. The name must be specified.
</p></dd>