Create a receiver like this in manifest and in receiver, start the service
<receiver android:name=".MyReceiver" > <intent-filter> <action android:name="android.intent.ACTION_BOOT_COMPLETED" /> </intent-filter> </receiver> Nithin On Jan 18, 2:00 pm, Manoj <linkex.ma...@gmail.com> wrote: > Hi , > Can anybody tell about the Broadcast Receiver in android to make make > my service to run when the the phone just finishes the booting.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en