Browse Source

L10: Disable support for fingerprint gestures am: 1f23bcddd1 am: f91f657cf4

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19994388

Change-Id: I34297cbf76f008cdbb9832864d891b0618ef1558
Signed-off-by: Automerger Merge Worker <[email protected]>
Ilya Matyukhin 2 năm trước cách đây
mục cha
commit
27bab6a66b

+ 3 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

@@ -253,6 +253,9 @@
     <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
     <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
 
+    <!-- UDFPS does not support gestures -->
+    <bool name="config_fingerprintSupportsGestures">false</bool>
+
     <!-- Boolean indicating if restoring network selection should be skipped -->
     <!-- The restoring is handled by modem if it is true -->
     <bool translatable="false" name="skip_restoring_network_selection">true</bool>