sm8250-common: overlay: Set proper fingerprint sensor location

Change-Id: I3cfc4d198c3a88724e3a268a4e9e9b7ab9909f9b
This commit is contained in:
LuK1337 2019-07-18 19:41:39 +02:00
parent 94ee632998
commit edf5620f78

View file

@ -16,6 +16,14 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Defines the location of the fingerprint sensor on the device
0 = back
1 = front
2 = left side
3 = right side
-->
<integer name="config_fingerprintSensorLocation">1</integer>
<!-- Whether to show min refresh rate in display settings -->
<bool name="config_show_min_refresh_rate_switch">true</bool>
</resources>