Revert^3 "Enable input window rotation flag"

4fbd2f2252

Reason for revert: b/197866364
Bug: 197866364

Change-Id: I6b9be180c54ddb4999236a460c5ef4877fab535b
This commit is contained in:
Vadim Tryshev
2021-08-27 17:28:43 +00:00
parent 4fbd2f2252
commit 773309717d
@@ -144,7 +144,7 @@ public class TouchInteractionService extends Service implements PluginListener<O
private static final int SYSTEM_ACTION_ID_ALL_APPS = 14;
public static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
private int mBackGestureNotificationCounter = -1;
@Nullable