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

am: 8b6d1c00f3

Change-Id: I1b21e3d31884d19c1b58f75ce8ee0362d6e73ca5
This commit is contained in:
Adrian Roos
2017-07-13 12:08:58 +00:00
committed by android-build-merger

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>