// Pass time-changed notification through to any widgets
if (LOGD) Log.d(TAG, "Received time changed action=" + intent.getAction());
// Consider ignoring this update request if only TIME_CHANGED
boolean considerIgnore = (Intent.ACTION_TIME_CHANGED.equals(intent.getAction()));
mAppWidgetProvider.timeUpdated(context, considerIgnore);