wahoo: Ignore IWlan status in the mobile icon pipeline

Some legacy devices such as mata and cheryl lack an IWlan stack. These
devices can set this overlay to true in order not to incorrectly display
a permanent exclamation mark over the mobile network signal icon.

Change-Id: Ife02d90706990bf28c156c9850ef0773802bc5b0
This commit is contained in:
Tommaso Fonda
2024-02-14 14:52:23 +01:00
committed by Asriadi Rahim
parent 72afdbea53
commit 4f6aa16c04

View File

@@ -53,4 +53,7 @@
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
<!-- Whether the mobile signal icon pipeline should ignore IWlan status -->
<bool name="config_mobileIconIgnoresIWlan">true</bool>
</resources>