From 9fc3579cabfd71fba8b34dfca6b7e1cf4175b845 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 20 Jun 2011 16:36:28 -0700 Subject: docs: add info about manifest attributes that should not change Change-Id: Ia58d855ccaa3348bc0a2f7a4b7847ec115c442e8 --- docs/html/guide/topics/manifest/service-element.jd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/html/guide/topics/manifest/service-element.jd') 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
syntax:
<service android:enabled=["true" | "false"]
-         android:exported[="true" | "false"]
+         android:exported=["true" | "false"]
          android:icon="drawable resource"
          android:label="string resource"
          android:name="string"
@@ -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 
 <manifest> element.  
 
+

Once you publish your application, you should not +change this name (unless you've set android:exported="false").

+

There is no default. The name must be specified.

-- cgit v1.1