On Mon, Dec 12, 2011 at 2:23 AM, Brijesh <[email protected]> wrote: > This is nothing spammy/virues in this Problem.
Yes, there is. Perhaps not in your app, but the reason why auto-execution is blocked is to help prevent the spread of malware. > Anyway we can start the > application on BOOT_COMPLETE so i want to start it when installation > completes. First, you cannot start your app when installation completes. Second, BOOT_COMPLETED no longer behaves as you are thinking, as of Android 3.1. You will not receive such broadcasts until the user manually launches some activity of yours. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.2 Available! -- 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

