How to send Native App into background state

How to send Native App into background state

BY 30 Oct 2013 Native Application Development

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.

Written by