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
Test: manual
Change-Id: I1f7b2cf45f6e1c865ea51a9947e68c9e1ffa8d13
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 21c99384..ef51217 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1028,7 +1028,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">