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

Commit 990b7665 authored by Bruno Martins's avatar Bruno Martins
Browse files

lineage: res: Introduce config to declare wireless charging support

Change-Id: I2b8e2a5709f101d04faec233d57166db76667c4a
parent 318e3c94
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@
    <integer name="config_deviceSupportsKeyboardBrightnessControl">0</integer>
    <dimen name="config_keyboardBrightnessSettingDefaultFloat">1.0</dimen>

    <!-- Whether the device supports wireless charging or not -->
    <bool name="config_deviceSupportsWirelessCharging">false</bool>

    <!-- Whether to cleanup fingerprints upon connection to the daemon and when
         user switches -->
    <bool name="config_cleanupUnusedFingerprints">true</bool>
+3 −0
Original line number Diff line number Diff line
@@ -181,6 +181,9 @@
    <java-symbol type="dimen" name="config_buttonBrightnessSettingDefaultFloat" />
    <java-symbol type="dimen" name="config_keyboardBrightnessSettingDefaultFloat" />

    <!-- Whether the device supports wireless charging or not -->
    <java-symbol type="bool" name="config_deviceSupportsWirelessCharging" />

    <!-- Whether to cleanup fingerprints upon connection to the daemon and when
         user switches -->
    <java-symbol type="bool" name="config_cleanupUnusedFingerprints" />