diff options
| author | 2024-05-16 01:39:19 +0000 | |
|---|---|---|
| committer | 2024-05-16 01:39:19 +0000 | |
| commit | cffa503cb54d31fdae6066e9a78adcda55b4f8f5 (patch) | |
| tree | 28f738f4c27778f9c246a1328455764b0d5c2674 | |
| parent | f195ac29434bd307ad93d9ea468f05f3fab4ef46 (diff) | |
| parent | 4cac11cdbd1fd3ece7d51cfa7ec949b38f42633a (diff) | |
Merge "Disable config_supportsSystemDecorsOnSecondaryDisplays for watches" into main
| -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> |