universal7885: Allow 3rd party apps to use fingerprint gestures

Change-Id: I7f08c640452f169c3e403c7af20ca61e7e90ca5c
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
razorloves 2021-06-13 21:28:01 -05:00 committed by roynatech2544
commit 10944e1144
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -84,10 +84,16 @@
<bool name="config_pinnerAssistantApp">false</bool>
<bool name="config_pinnerCameraApp">false</bool>
<bool name="config_pinnerHomeApp">false</bool>
<!-- Flag indicating whether we should enable the adaptive sleep.-->
<bool name="config_adaptive_sleep_available">true</bool>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">48</integer>
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>