Apr 10 | 9:55 AM |
Mark M. | has entered the room |
Mark M. | turned on guest access |
Apr 10 | 10:00 AM |
Ron T. | has entered the room |
Mark M. |
howdy, Ron!
|
Mark M. |
how can I help you today?
|
Ron T. |
View paste
|
Mark M. |
wow, you type fast
|
Mark M. |
:-)
|
Mark M. |
ok
|
Mark M. |
let me make sure I have this correct
|
Mark M. |
scratch that
|
Mark M. |
how is the user getting to myActivity?
|
Ron T. |
myActivity can be launched from a Broadcast Receiver (C2DM) or by a service I have running
|
Mark M. |
ah
|
Apr 10 | 10:05 AM |
Mark M. |
give me a moment to research something
|
Mark M. |
I suggest that you temporarily rig up some other
way to get to myActivity (e.g., give it the LAUNCHER
<intent-filter>) and examine the behavior when it is started that
way
|
Mark M. |
my guess is that the combination of the way
myActivity is being started, plus possibly some behavior in what
TextView links do, is causing your difficulty
|
Ron T. |
Yeah, I'll try to put together a simpler call chain and review that behavior.
|
Mark M. |
if that's correct, you *might* be able to address
this via android:taskAffinity and/or android:allowTaskReparenting in the
manifest
|
Ron T. |
Okay, I'll have to read up on those topics as I've never used them.
|
Mark M. |
however, I haven't run into this scenario before and therefore have not tried to solve it personally
|
Mark M. |
neither have I :-)
|
Mark M. |
advanced task wrangling isn't something that I have had to worry about yet
|
Apr 10 | 10:10 AM |
Mark M. |
also, if you come up with a sample project that can reproduce this behavior, shoot me the source code -- I'd like to look at it
|
Ron T. |
Sounds good, I'll try it today and if I still have problems I'll chat again on Thursday! Thanks, I'm off to the office...
|
Mark M. |
OK
|
Ron T. | has left the room |
Apr 10 | 11:00 AM |
Mark M. | turned off guest access |