I want to do some initialization for a widget, as soon as the phone boots and before the first update on the widget happens. Would a BroadcastReceiver on BOOT_COMPLETED ensure that this initialization is done prior to the widgets' first onUpdate() call?
Is there a priority or is it completely random, meaning I'd have to add a check to make sure it's done prior to the update? -- alkar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

