| Author |
Start application on bootup android device !
|
Przemek Boryka
Ranch Hand
Joined: Dec 06, 2011
Posts: 51
|
|
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 :|
|
 |
Przemek Boryka
Ranch Hand
Joined: Dec 06, 2011
Posts: 51
|
|
Hi !
I solved the problem, as I thought, it was wrong type of launch mode, currently is:
I think we can close this thread
|
 |
 |
|
|
subject: Start application on bootup android device !
|
|
|