Merge "Fix framework side of #7132432 com.android.vending:..." into jb-mr1-dev

This commit is contained in:
Dianne Hackborn
2012-10-02 09:22:11 -07:00
committed by Android (Google) Code Review

View File

@@ -2700,6 +2700,7 @@ public final class ActivityThread {
r.activity.mStartedActivity = false;
}
try {
r.activity.mFragments.noteStateNotSaved();
if (r.pendingIntents != null) {
deliverNewIntents(r, r.pendingIntents);
r.pendingIntents = null;