1

Can we start an android application on device start.Without starting the application manually

sonal
  • 39
  • 6
  • 1
    FYI since you're new. The downvote was probably b/c the question is a duplicate and some quick searching would have revealed it. Feel free to delete this question to remove the downvote and search in the future. :) –  Jan 20 '14 at 08:11

1 Answers1

0

Have you looked at this broadcast intent ACTION_BOOT_COMPLETED

http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED

Check out this tutorial
http://blog.vogella.com/2011/12/11/automatically-starting-services-in-android-after-booting/

Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124