[android-developers] Activity question

2011-07-29 Thread b_t
Hi, I have an app A and an app B. B has an activity called C. C can be displayed in two ways: - launch B which displays C - launch A and from A I start activity C Now C activity is displayed in two different task. What flag should I use when I start C from app A if I would like that C belongs

Re: [android-developers] Activity question

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 2:13 PM, b_t bartata...@gmail.com wrote: I have an app A and an app B. B has an activity called C. C can be displayed in two ways: - launch B which displays C - launch A and from A I start activity C How are you launching Activity C that belongs to App B from App

[android-developers] Activity Question

2008-08-20 Thread Gil
I have an Activity A (the main activity) which invokes startActivityForResult with an ACTION_EDIT Intent and the associated data URI, to launch Activity B. While Activity B is displayed, the user hits the Home button. From the home screen if I click my application icon the application displays