Hi, Am really not sure if its possible, but just trying to think out loud..
Is my understanding correct that WindowManager component in Android platform maintains a list of all 'Windows' created thus far by different Applications' Activities (Including those of decorations like StatusManager etc.) say for example, if User goes from Home->Launcher->Calculator, and now he receives a call, a windows stack could possibly look like : CALL (on top) CALCULATOR LAUNCHER HOME STATUSBAR (bottom most... am guessing, I may be wrong) Long ago, when I worked on Maemo, Meego & GNOME there used to be a DBUS Call that can be made from command line, to list down windows titles and their respective process IDs. So far in Android, there is no way we could query WindowManager to retrieve a list of titles of all such "Windows"... Is this statement right? If there does exist a way to this, we could possibly build a logic to check from where our Activity has come to focus right?! I may be totally wrong to imagine like this.. But am open to learning and being corrected on this :) Best regards Uday -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

