By default, tap gesture posture mapping should be empty

If the posture mapping is empty, AmbientDisplayConfiguration
will instead use the default tap gesture config. Before,
it was filled with empty items which caused the tap gesture
not to appear in Settings.

Test: manual
Fixes: 203608945
Change-Id: I858f63a4a949002926d20a331b2b41b3bb50a6a5
This commit is contained in:
Beverly
2021-10-21 12:33:37 -04:00
committed by Beverly Tai
parent 9c0537028d
commit 86f54bbf2e

View File

@@ -2326,10 +2326,6 @@
<!-- Type of the ambient tap sensor per device posture (defined by WM Jetpack posture).
Unspecified values use config_dozeTapSensor -->
<string-array name="config_dozeTapSensorPostureMapping" translatable="false">
<item></item> <!-- UNKNOWN -->
<item></item> <!-- CLOSED -->
<item></item> <!-- HALF_OPENED -->
<item></item> <!-- OPENED -->
</string-array>
<!-- Type of the long press sensor. Empty if long press is not supported. -->