Merge "Don't show starting window for overlay activities" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
57d0c0bb43
@@ -2130,6 +2130,11 @@ final class ActivityRecord extends ConfigurationContainer implements AppWindowCo
|
||||
if (mWindowContainerController == null) {
|
||||
return;
|
||||
}
|
||||
if (mTaskOverlay) {
|
||||
// We don't show starting window for overlay activities.
|
||||
return;
|
||||
}
|
||||
|
||||
final CompatibilityInfo compatInfo =
|
||||
service.compatibilityInfoForPackageLocked(info.applicationInfo);
|
||||
final boolean shown = mWindowContainerController.addStartingWindow(packageName, theme,
|
||||
|
||||
Reference in New Issue
Block a user