> > I am presently developing an android application, that should "*start > particular method in my application on boot"* > Use a receiver... Write a class that extends BroadcastReceiver, and listens for the boot completed broadcast. http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED
Could you please share the code snippets. > Thank you for asking nicely, but *NO.* Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 11:22 AM, Ravi Sankar <[email protected]> wrote: > Hello Team > I am presently developing an android application, that should "*start > particular method in my application on boot"*. Could you please share the > code snippets. > > Thanks in advance. > > -- > 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 -- 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

