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.