• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Start application on bootup android device !

 
Ranch Hand
Posts: 51
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 51
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !

I solved the problem, as I thought, it was wrong type of launch mode, currently is:



I think we can close this thread
 
reply
    Bookmark Topic Watch Topic
  • New Topic