[android-developers] Increasing the priority of an activity

2010-05-14 Thread Soumya
Hi, Let me say this with an example. Lets say, my activity A is being executed, meanwhile another activity B gets launched. By default, activity B will come on top of activity A. My requirement is that I want to keep A on top. Only activities such as phone, lock screen and home screen can come on

Re: [android-developers] Increasing the priority of an activity

2010-05-14 Thread Carlos Silva
On Fri, May 14, 2010 at 12:18, Soumya soumyakanti...@gmail.com wrote: Hi, Let me say this with an example. Lets say, my activity A is being executed, meanwhile another activity B gets launched. By default, activity B will come on top of activity A. My requirement is that I want to keep A on

Re: [android-developers] Increasing the priority of an activity

2010-05-14 Thread Mark Murphy
Soumya wrote: Let me say this with an example. Lets say, my activity A is being executed, meanwhile another activity B gets launched. By default, activity B will come on top of activity A. My requirement is that I want to keep A on top. Only activities such as phone, lock screen and home