mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Allow 3rd party apps to use fingerprint gestures
Change-Id: I7f08c640452f169c3e403c7af20ca61e7e90ca5c Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
4e81369ecd
commit
10944e1144
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue