Skip multi-display system decoration tests for TV product

Bug: 139146212
Test: atest multiDisplaySystemDecorationTests
Change-Id: Ia80c79f4703e53f61ff6f7556b06b68e56087379
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index d6090fb..65e7da3 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -98,7 +98,6 @@
          Can be overridden with android.provider.Settings.Global.KEEP_PROFILE_IN_BACKGROUND. -->
     <bool name="config_keepRestrictedProfilesInBackground">false</bool>
 
-
     <!-- An array of packages which can listen for notifications on low ram devices. -->
     <string-array translatable="false" name="config_allowedManagedServicesOnLowRamDevices">
         <item>com.google.android.tvrecommendations</item>
@@ -113,4 +112,7 @@
 
     <!-- Whether the device supports quick settings and its associated APIs -->
     <bool name="config_quickSettingsSupported">false</bool>
+
+    <!-- True if the device supports system decorations on secondary displays. -->
+    <bool name="config_supportsSystemDecorsOnSecondaryDisplays">false</bool>
 </resources>