a7xelte: overlay: Enable config_fingerprintPostResetRunnableForAllClients
authorLuK1337 <priv.luk@gmail.com>
Mon, 2 Dec 2019 14:24:18 +0000 (15:24 +0100)
committerSourajit Karmakar <sourajit.karmakar@gmail.com>
Tue, 7 Jul 2020 15:28:57 +0000 (11:28 -0400)
Change-Id: I0ffd3fac173c8abbcba5fb3dac54f6a17e701552

overlay/frameworks/base/core/res/res/values/config.xml

index a8f838fa2d16654bc2c67707605b09e9d30a9464..d8238b64ebef0b7fd43f26dd70ac1653ef40714e 100644 (file)
          * The device must be provisioned with HDCP keys (for protected content).
     -->
     <bool name="config_enableWifiDisplay">true</bool>
+
+    <!-- Whether to post reset runnable for all clients. Needed for some older
+        vendor fingerprint HAL implementations. -->
+    <bool name="config_fingerprintPostResetRunnableForAllClients">true</bool>
 </resources>