Yes, it can be done. But be absolutely sure that your application needs it and that there is no other way. If your app/service just tries to save a few seconds on startup-time when the user (indirectly) activates it, don't do it.
In other words, don't add to the phone's start-up time if it's not absolutely necessary. It may not be just your app; it starts adding up to the phone's start-up/boot time if more and more applications start running some code on BOOT_COMPLETED. On Dec 14, 4:10 am, veradis <[email protected]> wrote: > Hi Mark Murphy, > thanks for help. > > In my app, the user wont be clicking on the menu icon for loading the > application. > The app SERVICE should be loaded along with android OS. So, can it be > done. > I am not sure whether it is good practice or not, but for time being > it is my requirement. > > Thanks > Veradis -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

