Merge "Fix test of voice interaction z-order"

This commit is contained in:
TreeHugger Robot
2021-11-02 20:31:28 +00:00
committed by Android (Google) Code Review

View File

@@ -291,11 +291,11 @@ public class DisplayContentTests extends WindowTestsBase {
mAppWindow,
mChildAppWindowAbove,
mDockedDividerWindow,
voiceInteractionWindow,
mImeWindow,
mImeDialogWindow,
mStatusBarWindow,
mNotificationShadeWindow,
voiceInteractionWindow, // It can show above lock screen.
mNavBarWindow));
}