Question
How to get current screen
My application has many screens, after idle for some time, I need to show a advertisement screen.
I want to implement it something like Modal dialog box to cover the whole current screen. So I need to get the current active screen, actually a container is enough as modal window's parent.
Are there an api to get current screen? I dont want to trace every screen by myself as there are many and more and more later.
