Commit 9ff9bfc8 authored by DidntRead's avatar DidntRead
Browse files

overlay: add fingerprint settings

parent 6c11c354
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -180,10 +180,17 @@
    <!-- Auto Power Modes is required for Doze and App Standby -->
    <bool name="config_enableAutoPowerModes">true</bool>

    <!-- Control whether Night display is available. -->
    <bool name="config_nightDisplayAvailable">true</bool>
    <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
         in hardware. -->
    <bool name="config_setColorTransformAccelerated">true</bool>

    <bool name="config_supportDoubleTapWake">true</bool>

    <bool name="config_enableWifiDisplay">true</bool>

    <!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
    <bool name="config_cleanupUnusedFingerprints">false</bool>

    <!-- Whether the device has fingeprint sensor or not -->
    <bool name="config_hasFingerprintSensor">true</bool>
</resources>