Hi, I just want to ask question, How programmatically send my app to background mode.
Look what I mean:
I run several applications for example: InetBrowser, NotePad and mine app. The last app is mine. So mine app is in foreground mode, all other in background. If I finished mine app the NotePad will be in Foreground mode.
But I don' t want to closed (finished) mine app. I want to pause it and send to background after InetBrowser. Also I don't need simulate HOME button press, because HOME button will show HomeScreen without opened applications in foreground mode.
Thanks