• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Trust God, but always tether your camel... to this tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic