Only enable overlay exclusively in category
Test: presubmit Bug: 180114721 Change-Id: I2ae16ba3237b8e29d3d93ce8b29ad37849d8e7c3
This commit is contained in:
@@ -89,7 +89,7 @@ public class WindowPerfRunPreconditionBase extends RunListener {
|
||||
navOverlay = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL_OVERLAY;
|
||||
break;
|
||||
}
|
||||
executeShellCommand("cmd overlay enable-exclusive " + navOverlay);
|
||||
executeShellCommand("cmd overlay enable-exclusive --category " + navOverlay);
|
||||
});
|
||||
|
||||
/** It only executes once before all tests. */
|
||||
|
||||
Reference in New Issue
Block a user