Merge "Show unsopported display size dialog on relaunch" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
354c8cde6c
@@ -4741,6 +4741,8 @@ final class ActivityStack {
|
|||||||
r.results = null;
|
r.results = null;
|
||||||
r.newIntents = null;
|
r.newIntents = null;
|
||||||
}
|
}
|
||||||
|
mService.showUnsupportedZoomDialogIfNeededLocked(r);
|
||||||
|
mService.showAskCompatModeDialogLocked(r);
|
||||||
} else {
|
} else {
|
||||||
mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);
|
mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);
|
||||||
r.state = ActivityState.PAUSED;
|
r.state = ActivityState.PAUSED;
|
||||||
|
|||||||
Reference in New Issue
Block a user