Merge "Make shell-transit flag public" into tm-qpr-dev

This commit is contained in:
Evan Rosky
2022-07-27 16:11:50 +00:00
committed by Android (Google) Code Review

View File

@@ -35,7 +35,7 @@ import org.junit.rules.TestRule;
* Base class for all instrumentation tests that deal with Quickstep.
*/
public abstract class AbstractQuickStepTest extends AbstractLauncherUiTest {
static final boolean ENABLE_SHELL_TRANSITIONS =
public static final boolean ENABLE_SHELL_TRANSITIONS =
SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);
@Override
protected TestRule getRulesInsideActivityMonitor() {