Android AppWidget takes longer time to load on boot up
When the widget ids are already stored in Android framework, on boot up Homescreen uses the existing ids and calls addView to load the widget. But from the addView call, it takes 14 sec to get the android.appwidget.action.APPWIDGET_ENABLED and android.appwidget.action.APPWIDGET_UPDATE broadcasts in Appwidget provider class. Due to this the widget gets loaded with delay in Homescreen.
Android AppWidget takes longer time to load on boot up
When the widget ids are already stored in Android framework, on boot up Homescreen uses the existing ids and calls addView to load the widget. But from the addView call, it takes 14 sec to get the android.appwidget.action.APPWIDGET_ENABLED and android.appwidget.action.APPWIDGET_UPDATE broadcasts in Appwidget provider class. Due to this the widget gets loaded with delay in Homescreen.
Android AppWidget takes longer time to load on boot up
When the widget ids are already stored in Android framework, on boot up Homescreen uses the existing ids and calls addView to load the widget. But from the addView call, it takes 14 sec to get the android.appwidget.action.APPWIDGET_ENABLED and android.appwidget.action.APPWIDGET_UPDATE broadcasts in Appwidget provider class. Due to this the widget gets loaded with delay in Homescreen.