summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiaming Cheng <jiamingc@google.com> 2024-08-02 23:19:37 +0000
committer Jiaming Cheng <jiamingc@google.com> 2024-08-15 20:22:18 +0000
commitfdaf50da007b05dda65e12c9d255db48be34fa7c (patch)
tree130ff5ac6384be50f113df9171a5b9918c2d5fb1
parentd9deb87531d8fd86442fc5f7280cd82eee8b03cd (diff)
Add the desktop config
This cl only add a boolean config for desktop feature set. Test: Tested locally on ika emulator with the flag overridden SystemUI Flag: NONE This Cl adds a config for desktop build. Bug: 359348217 Change-Id: I108eb3f479ee21e36692c6bb463f5d19a3b3c7f2
-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>