[android-developers] How can we keep a particular application on the top always

2011-07-28 Thread Ankit
Hi , I want to keep my application ( Application A ) on the top always in Android. Application A is not a full screen application, it is a floating window or dialog theme based application. The Application A can launch other application.\ from its own UI portion also other applications can be

Re: [android-developers] How can we keep a particular application on the top always

2011-07-28 Thread Dianne Hackborn
I suggest looking at the SystemUI process (frameworks/base/packages/SystemUI), which is responsible for showing the status bar and extending as desired. First question you will need to answer is what layer your UI goes in to: above everything including the lock screen, above the system bar /