c10p10: Add config_dozeUdfpsLongPressSensorType
Bug: 219382123 Test: sysui has registered the udfps gesture after entering AOD. Change-Id: I872406401b4f849e866cb28e406552074a929f84
This commit is contained in:
parent
7033338dcf
commit
db6c57f396
2 changed files with 6 additions and 0 deletions
|
@ -147,4 +147,7 @@
|
|||
<string name="config_mms_user_agent" translatable="false">ge2ae</string>
|
||||
<!-- MMS user agent profile url -->
|
||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GE2AE.xml</string>
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -146,4 +146,7 @@
|
|||
<string name="config_mms_user_agent" translatable="false">gqml3</string>
|
||||
<!-- MMS user agent profile url -->
|
||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GQML3.xml</string>
|
||||
|
||||
<!-- 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue