summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiaming Cheng <jiamingc@google.com> 2024-08-15 22:59:55 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-15 22:59:55 +0000
commitd6a41391efb67fe9ba4b5b75f1b013bd387fe9b2 (patch)
treeabaa5127b42fbd414330f71bd5a3ce411ad50dde
parenta39c39c4e9b11a6660edfb7cabdde208a50e461b (diff)
parentfdaf50da007b05dda65e12c9d255db48be34fa7c (diff)
Merge "Add the desktop config" into main
-rw-r--r--packages/SystemUI/res/values/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index f0c8894d7d36..823ff9f54be3 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -1053,4 +1053,15 @@
<!-- List of packages for which we want to use activity info (instead of application info) for biometric prompt logo. Empty for AOSP. [DO NOT TRANSLATE] -->
<string-array name="config_useActivityLogoForBiometricPrompt" translatable="false"/>
+
+ <!--
+ Whether to enable the desktop specific feature set.
+
+ Refrain from using this from code that needs to make decisions
+ regarding the size or density of the display.
+
+ Variant owners and OEMs should override this to true when they want to
+ enable the desktop specific features.
+ -->
+ <bool name="config_enableDesktopFeatureSet">false</bool>
</resources>