Loading overlay/frameworks/base/core/res/res/values/config.xml +9 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
overlay/frameworks/base/core/res/res/values/config.xml +9 −2 Original line number Diff line number Diff line Loading @@ -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>