diff options
| author | razorloves <razorloves@gmail.com> | 2021-06-13 21:28:01 -0500 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2021-06-13 23:07:14 -0400 |
| commit | 4f3308355742f87ca76fca38858a89a3b692ee14 (patch) | |
| tree | 94482b06c353cf887fce000afcb420277cf1add0 | |
| parent | e56a871a48156c3c1be3298526225a41798a4ce0 (diff) | |
lake: Allow 3rd party apps to use fingerprint gestures
Change-Id: I7f08c640452f169c3e403c7af20ca61e7e90ca5c
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index af238cb..c4d8080 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -43,4 +43,7 @@ <!-- Enable system navigation keys. --> <bool name="config_supportSystemNavigationKeys">true</bool> + <!-- Specify if the fingerprint hardware support gestures--> + <bool name="config_fingerprintSupportsGestures">true</bool> + </resources> |
