Hi All,
I am looking for a way to bring a native application running in the background to foreground? Is there a way to do it programatically? Any API?
Also, is there a way to send it back to background? I know we can do it by launching another application. But is there a way to do it without launching another application?
I have observed something and would like to clarify it. As per my understanding, an application running in the background means, it will be running but in the background without having the current focus. However, in Tizen emulator what I have observed is, it will get terminated as soon as it looses the focus. I had launched the app and then pressed back button in the emulator. To confirm this behvaior, I had put a log in OnTerminating event handler and got the log printed. Is this how it behaves in Tizen? Or is my understanding wrong?
Please do the needful.
Thanks in advance.