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

Commit 35ec16df authored by Stas Zakrevskyi's avatar Stas Zakrevskyi
Browse files

Add minmode configuration

Adds a config_minmode_available to check if minmode is available on the device.

Flag: com.android.systemui.enable_minmode
Bug: 425665402
Change-Id: I87ce51d9c4bf17b684eba34bc6018e7c247abb8e
parent 0333c9a4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1150,4 +1150,7 @@
    <string name="config_growthReceiverClassName" translatable="false" />
    <!-- Delay in milliseconds before sending the broadcast to the growth app. -->
    <integer name="config_growthBroadcastDelayMillis">10000</integer>

    <!-- Whether minmode is enabled on the device. -->
    <bool name="config_minmode_enabled">false</bool>
</resources>