Re: [android-developers] FinishActivity problem

2011-07-12 Thread TreKing
On Tue, Jul 12, 2011 at 1:10 PM, Ravi Sharma wrote: > *Problem :*Now my onActivityResult is never beign called when i execute > code of case R.id.cancelFullOrder, and also Activity D doesnt get closed. > > Could you please suggest something. > Read the docs for finishActivity() and then this: h

[android-developers] FinishActivity problem

2011-07-12 Thread Ravi Sharma
I have an application where user have few activities and transition is like this A -> B -> C -> and on D there is menu option Cancel(On Activity D) and at that momemnt i want to go back to Activity A, but if user just click Back button he should go back to C >From C I called D like this Class C e