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

am: 354c8cde6c

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

View File

@@ -4741,6 +4741,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;