diff options
| author | 2024-05-15 12:43:49 -0700 | |
|---|---|---|
| committer | 2024-05-15 12:43:49 -0700 | |
| commit | 4cac11cdbd1fd3ece7d51cfa7ec949b38f42633a (patch) | |
| tree | de2e05bcd5d0b5b60d397a915fedd70eca31d838 | |
| parent | 71875b5fcfaeef53f5445de8e40520c20526da73 (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.xml | 3 |
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> |