diff options
| author | 2023-07-05 21:05:59 +0000 | |
|---|---|---|
| committer | 2023-10-09 20:00:20 +0000 | |
| commit | 1e9a0b95d617cea16d0c6b4f22d3caaa71553ff0 (patch) | |
| tree | 300809bebafe09b01284276f1baf9296d208e038 | |
| parent | 7df13d67febe66e23343102f58fd2118131a4c41 (diff) | |
Set config_matchSecondaryInternalDisplay.. default to false
It's safer to have this as an opt-in configuration, as not all devices
with multiple internal displays need to have their rotation matched.
Bug: 274416890
Fixes: 303780641
Test: manual
Merged-In: I1f7b2cf45f6e1c865ea51a9947e68c9e1ffa8d13
Change-Id: I1f7b2cf45f6e1c865ea51a9947e68c9e1ffa8d13
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 58f97b08f2e3..93048ea4fc85 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1022,7 +1022,7 @@ requires swapping ROTATION_90 and ROTATION_270. TODO(b/265991392): This should eventually be configured and parsed in display_settings.xml --> - <bool name="config_matchSecondaryInternalDisplaysOrientationToReverseDefaultDisplay">true</bool> + <bool name="config_matchSecondaryInternalDisplaysOrientationToReverseDefaultDisplay">false</bool> <!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. --> <integer-array name="config_availableColorModes"> |