Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdaf50da authored by Jiaming Cheng's avatar Jiaming Cheng
Browse files

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
parent d9deb875
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -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] -->
    <!-- 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"/>
    <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>
</resources>