[android-developers] paused activity

2011-07-28 Thread Ab Caballero
I have an application with 3 activities, which i will call A, B and C. The activities fire in sequence A->B->C, with each previous activity being paused. My question is, how do i go from the C activity back to the A activity, without going to the B activity first, i.e. C->A? Finish() will only bri

Re: [android-developers] paused activity

2011-07-28 Thread Mark Murphy
On Thu, Jul 28, 2011 at 1:20 PM, Ab Caballero wrote: > I have an application with 3 activities, which i will call A, B and C. > The activities fire in sequence A->B->C, with each previous activity > being paused. My question is, how do i go from the C activity back to > the A activity, without goi

Re: [android-developers] paused activity

2011-07-29 Thread ANKUR GOEL
on back pressed of activity c set the setflag(intent.flag_activity_clear_top) this will give you the activity A Thanks and Regards:- Ankur Goel On Fri, Jul 29, 2011 at 12:50 AM, Mark Murphy wrote: > On Thu, Jul 28, 2011 at 1:20 PM, Ab Caballero wrote: > > I have an application with 3 acti