summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yeabkal Wubshit <yeabkal@google.com> 2024-05-15 12:43:49 -0700
committer Yeabkal Wubshit <yeabkal@google.com> 2024-05-15 12:43:49 -0700
commit4cac11cdbd1fd3ece7d51cfa7ec949b38f42633a (patch)
treede2e05bcd5d0b5b60d397a915fedd70eca31d838
parent71875b5fcfaeef53f5445de8e40520c20526da73 (diff)
Disable config_supportsSystemDecorsOnSecondaryDisplays for watches
Watches do not have secondary displays. Bug: 338340530 Test: atest VirtualDeviceHomeTest Change-Id: Ib12659d609624e17673e0cd063bc31a704214dc0
-rw-r--r--core/res/res/values-watch/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values-watch/config.xml b/core/res/res/values-watch/config.xml
index 31acd9af164c..52662149b23a 100644
--- a/core/res/res/values-watch/config.xml
+++ b/core/res/res/values-watch/config.xml
@@ -93,4 +93,7 @@
<!-- If this is true, allow wake from theater mode from motion. -->
<bool name="config_allowTheaterModeWakeFromMotion">true</bool>
+
+ <!-- True if the device supports system decorations on secondary displays. -->
+ <bool name="config_supportsSystemDecorsOnSecondaryDisplays">false</bool>
</resources>