sm7125: Disable screen off fod toggle

Device does not support fod when screen is off and hence the toggle is non functional. This commit removes it.
tirimbino
Ruchit 2 years ago
parent 212c843d73
commit acd6a11598
  1. 3
      overlay/frameworks/base/core/res/res/values/config.xml

@ -18,6 +18,9 @@
-->
<resources>
<!-- Whether devices suports in-display fingerprint when screen is off -->
<bool name="config_supportsScreenOffUdfps">false</bool>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>

Loading…
Cancel
Save