Hey everybody,
i have a problem with an appwidget. It doesn't have a configuration activity. When i set android:updatePeriodMillis="10000"
(i know this shouldn't be done but it's just for testing) in the emulator the onUpdate(...)
function is called every 10 seconds. But when i install my app on my real phone (motorola milestone) onUpdate(...)
is only called when i add the widget to the home screen. And never again.
Any ideas why this happens on the real device but not in the emulator?
Gr33tz Goddchen