pstar: overlay: set power button is fingerprint sensor

This commit is contained in:
SGCMarkus 2022-02-20 19:29:56 +01:00
parent 80a56bf194
commit 056f23cda0

View File

@ -250,4 +250,7 @@
<!-- Control whether the always on display mode is enabled by default. This value will be used <!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. --> during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool> <bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>
</resources> </resources>