berlin: We don't support AOSP fingerprint gestures

This commit is contained in:
Nolen Johnson 2022-08-07 20:29:11 -04:00
parent 4eb12d4c46
commit a35cea1754

View File

@ -240,9 +240,6 @@
<!-- True if the device supports system navigation keys. --> <!-- True if the device supports system navigation keys. -->
<bool name="config_supportSystemNavigationKeys">true</bool> <bool name="config_supportSystemNavigationKeys">true</bool>
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
<!-- ComponentName of a dream to show whenever the system would otherwise have <!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing() try to start this dream if possible. The dream should typically call startDozing()