Languages

Menu
Sites
Language
How to send Native App into background state

Hi all,
How to send Native app into background state (But don't launch another app)?
There is clear way for Tizen Web Apps:
var currApp = tizen.application.getCurrentApplication();
currApp.hide();
p.s. But it is strange such method is presented for Web but not for Native apps. Does it planned for Native?

Thank you.
Alexey.

Responses

2 Replies
Alex Dem

Thank you. It was my question in the given link :-).
I know there are no api to move app into background/foreground. But I want find , Is there another way to acheive this (move app into background) except to launch another app?
I have surprised. I have found such way for Web but have not found for Native apps with more flexible api.
Alexey.