http://developer.android.com/guide/topics/manifest/activity-element.html#aff

"If this attribute is not set, the activity inherits the affinity set
for the application (see the <application> element's taskAffinity
attribute). The name of the default affinity for an application is the
package name set by the <manifest> element."

Although it does not spell it out "exactly", "package name" commonly
have "." like "com.foo.bar".

On Mar 11, 9:38 pm, GDroid <[email protected]> wrote:
> One of my users failed to install my application, when checking the
> log this error is shown:
>
> "Invalid taskAffinity name XXX in package XXX: must have at least one
> '.' separator"
>
> Anyone seen this before?
>
> I've searched the SDK documentation and it doesn't mention anything
> like that..
>
> Anyone can point me to some kind of official documentation stating
> that there must be at least one "."?
>
> Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to