Hi

add below lines to manifest file

  <receiver android:name="receiverclass">
<intent-filter>
<action
android:name="android.intent.action.BOOT_COMPLETED" />

</intent-filter>
 </receiver>
    <uses-permission
android:name="android.permission.RECEIVE_BOOT_COMPLETED"></uses-permission>

and add reciver class and write the code in receiver class file

On Wed, Jan 18, 2012 at 5:55 PM, Narendra Bagade
<bagadenaren...@gmail.com>wrote:

> Hi all,
>
> How to auto start application on device start up.
>
> --
> Regards,
> Narendra
> .
> --
> 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

-- 
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

Reply via email to