posted 12 years ago
Hi !
My application must start on bootup android device. Everything is ok, app start works perfectly, but there is a little problem, when user tap the home button. It move the programme to work in background, currently when I want to bring it up to the front - just simple I need to tap the app icon. Everything is ok when I launch programme from loaded android, but when the app is launched after bootup sequence, android create new instance of application - this behaviour is not acceptable. In that case I have two instances of programme! :/
How to launch my programme, in order to prevent of that situation described above?
Maybe the problem is in AndroidManifest - wrong launch type ?
That is my bootup starter:
Thanks of any advice. Sorry for my english :|