am 39433f81: am 5d259d3b: Merge change Id29ec50d into eclair

Merge commit '39433f818b223aab50b264fb43e8e32da1d8151a'

* commit '39433f818b223aab50b264fb43e8e32da1d8151a':
  Do not crash appwdiget host when a pending intent send fails.
This commit is contained in:
Romain Guy
2009-09-29 11:12:13 -07:00
committed by Android Git Automerger

View File

@@ -143,7 +143,7 @@ public class RemoteViews implements Parcelable, Filter {
Intent.FLAG_ACTIVITY_NEW_TASK,
Intent.FLAG_ACTIVITY_NEW_TASK, 0);
} catch (IntentSender.SendIntentException e) {
throw new ActionException(e.toString());
android.util.Log.e(LOG_TAG, "Cannot send pending intent: ", e);
}
}
};