Revert^8 "Enable Shell Transitions"

641bd162bf4993f78d4e8244694fde12710e0b7a

Change-Id: Ibe39a7ac81f9936a3bb9f64b68d667c5ee3c838c
diff --git a/libraries/flicker/src/com/android/server/wm/flicker/helpers/ShellTransitionUtils.kt b/libraries/flicker/src/com/android/server/wm/flicker/helpers/ShellTransitionUtils.kt
index 5251ddf..70f1e27 100644
--- a/libraries/flicker/src/com/android/server/wm/flicker/helpers/ShellTransitionUtils.kt
+++ b/libraries/flicker/src/com/android/server/wm/flicker/helpers/ShellTransitionUtils.kt
@@ -20,4 +20,4 @@
 
 import android.os.SystemProperties
 
-val isShellTransitionsEnabled = SystemProperties.getBoolean("persist.wm.debug.shell_transit", false)
+val isShellTransitionsEnabled = SystemProperties.getBoolean("persist.wm.debug.shell_transit", true)