Re: [android-developers] onUpdate function is never being called from widget

2012-01-02 Thread Satya Komatineni
Do you have a widget configurator activity? if so the first onUpdate() is not going to get called but subsequent onUpdates() will. Also if you were to overload "onReceive()" make sure you call the parent "onReceive()" otherwise you are disabling yourself from calling the rest of the widget callbac

[android-developers] onUpdate function is never being called from widget

2012-01-02 Thread Eyal T
Hi all I try create a clickable widget. I saw that the clickable notification is not configured because onUpdate function is never being called (so I cannot set the notification) * I did not saw the log in the LogCat so I assume that the function is never being called * The Log in the onRecieve is