lineage: res: Introduce config to declare wireless charging support

Change-Id: I2b8e2a5709f101d04faec233d57166db76667c4a
This commit is contained in:
Bruno Martins
2021-06-05 15:47:29 +01:00
parent ea5bec56fd
commit 5212620478
2 changed files with 6 additions and 0 deletions

View File

@@ -286,6 +286,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>

View File

@@ -179,6 +179,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" />