Browse Source

Add config for the quick pickup gesture am: 40311cd796 am: 3c56d322ff

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

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

+ 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>
 
+    <!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
+    <string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
+
     <!-- UDFPS does not support gestures -->
     <bool name="config_fingerprintSupportsGestures">false</bool>