OK I must have misinterpreted your description, so you want:

A -> B -> C -> B -> (close)

The simple answer is to move the android:noHistory="true" from the
Activity B declaration, to the Activity A one.



On Sat, Jun 5, 2010 at 3:25 PM, mike <hasitharand...@gmail.com> wrote:
> Hi Sean,
>
> when you set
> <activity android:name="ActivityB" android:noHistory="true">...</
> activity>
> like this what happens is
>
> Activity C runs on top of Activity A not on Activity B.
>
> that is not what i want i want Activity C to run on top of Activity B
>
> regards,
> Mike
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to