Merge \"Show unsopported display size dialog on relaunch\" into nyc-dev

am: 354c8cde6c

Change-Id: I46f232290ebc5cf924bf696f20eb134076e83b4f
This commit is contained in:
Andrii Kulian
2016-06-23 01:07:00 +00:00
committed by android-build-merger

View File

@@ -4740,6 +4740,8 @@ final class ActivityStack {
r.results = null;
r.newIntents = null;
}
mService.showUnsupportedZoomDialogIfNeededLocked(r);
mService.showAskCompatModeDialogLocked(r);
} else {
mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);
r.state = ActivityState.PAUSED;