overlay: enable desktop mode support

Desktop mode support remains disabled by default, it's controlled by a
dev option.

Change-Id: Ie96db3d0f1e4686bf650048f2a878d3df4fb9d93
This commit is contained in:
Dmitry Muhomor
2025-07-14 12:23:09 -04:00
committed by Zabuka_zuzu
parent 46c453a68f
commit d3db6d605a

View File

@@ -704,4 +704,7 @@
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice,com.android.systemui,com.google.android.as,com.google.android.tts</string>
<dimen name="config_viewConfigurationTouchSlop">6dp</dimen>
<!-- Whether the developer option for desktop mode is supported on the current device -->
<bool name="config_isDesktopModeDevOptionSupported">true</bool>
</resources>