Revert^3 "Enable input window rotation flag"
0743a594c240c8aae4ec6d925d04f53876ccd96a
Reason for revert: b/197866364
Bug: 197866364
Change-Id: I2f10f1b05168a353115067a397798896950dc75f
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index 938252a..395091b 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -3055,7 +3055,7 @@
bool enablePerWindowInputRotation() {
static bool value =
- android::base::GetBoolProperty("persist.debug.per_window_input_rotation", true);
+ android::base::GetBoolProperty("persist.debug.per_window_input_rotation", false);
return value;
}