On Mon, Mar 2, 2009 at 5:23 AM, Graeme <[email protected]> wrote: > > HI JBQ > > Thanks for your update & advice. > >> You should remove >> android:permission="android.permission.RECEIVE_BOOT_COMPLETE" from >> your receiver tag: >> > > OK I have a typo but I still need to include (and type it > correctly !! :) the permission according to > > http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED > > right ?
No, you should not include 'android:permission="android.permission.RECEIVE_BOOT_COMPLETED"' in your receiver, for the reasons JBQ explained. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

