Revert^4 "Enable Shell Transitions"

f03d6eafde11f98f550a61c0b5968e3a3e99510e

Change-Id: I43d9207cfcfb39a9a3273a1a136a1b409034e08c
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)