Widget is not updated after widget update is stopped and started again
In my system, LauncherActivity is the main screen in Homescreen and it handles the widget updates. In onStart method, AppWidgetHost.startListening is called. In onStop method, AppWidgetHost.stopListening is called.