am 5d259d3b: Merge change Id29ec50d into eclair
Merge commit '5d259d3bfd4ea79b8cb3e5aeeb3768f769e48a35' into eclair-plus-aosp * commit '5d259d3bfd4ea79b8cb3e5aeeb3768f769e48a35': Do not crash appwdiget host when a pending intent send fails.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user