Don't show immersive mode dialog over dream window

Bug: 159606068

Test: enable ImmersiveModeConfirmation.DEBUG_SHOW_EVERY_TIME && m &&
flash && start dream && verify that the immersive mode dialog does not
show up

Change-Id: Ic7e4845ed09842624a7504a5252ea1af21b03a80
This commit is contained in:
Galia Peycheva
2020-06-22 16:36:41 +02:00
parent ace942e57b
commit ada77ce0e8

View File

@@ -3782,7 +3782,8 @@ public class DisplayPolicy {
&& (behavior == BEHAVIOR_SHOW_BARS_BY_SWIPE
|| behavior == BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE)
&& getInsetsPolicy().isHidden(ITYPE_NAVIGATION_BAR)
&& win != getNotificationShade();
&& win != getNotificationShade()
&& !win.isActivityTypeDream();
}
/**