Răsfoiți Sursa

L10: Add config_dozeUdfpsLongPressSensorType am: 089571c33f am: d3db0132a0

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

Change-Id: I2a92932540462c5afe20714099841d550e287dd7
Signed-off-by: Automerger Merge Worker <[email protected]>
leohsieh 2 ani în urmă
părinte
comite
a53fe916db

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

@@ -246,4 +246,7 @@
 
     <!-- The max vibration strength allowed in audio haptic channels. -->
     <item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item>
+
+    <!-- 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>
 </resources>