lineage: res: Introduce config to declare wireless charging support
Change-Id: I2b8e2a5709f101d04faec233d57166db76667c4a
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user