Merge "wahoo: Enable long-press on AOD to launch Assistant" into oc-dr1-dev

This commit is contained in:
Adrian Roos
2017-07-13 12:01:45 +00:00
committed by Android (Google) Code Review

View File

@@ -241,6 +241,9 @@
<!-- Type of the double tap sensor. Empty if double tap is not supported. -->
<string name="config_dozeDoubleTapSensorType" translatable="false">com.google.sensor.double_touch</string>
<!-- Type of the long press sensor. Empty if long press is not supported. -->
<string name="config_dozeLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>