Re: [android-developers] autostart of application on restart of device

2012-01-20 Thread nemi chhimpa
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.comwrote:

 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

[android-developers] autostart of application on restart of device

2012-01-18 Thread Narendra Bagade
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

Re: [android-developers] autostart of application on restart of device

2012-01-18 Thread unicus unicus
Hi Narendra,

Please check the link for you question.

http://androidbasic-answer.blogspot.com/2012/01/broadcast-receiver-launch-application.html



-- 
More info,
http://androidbasic-answer.blogspot.com/


On Wed, Jan 18, 2012 at 5:55 PM, Narendra Bagade
bagadenaren...@gmail.comwrote:

 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