Tuesday, June 21, 2011

[android-developers] taskAffinity specifying name with activity problem.

I am having a similar problem to this stackoverflow post. Unfortunately no one has answered it.

Basically, if another app has specified for an activity taskAffinity="" from dumpsys activity I see 

<packagename>/.TestActivity.

I cannot specify this in the android:taskAffinity value because the manifest won't accept '/'.

The target activity also has launchMode='singleTask', exactly what the stackoverflow post talks about.


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

No comments:

Post a Comment