flo: remove some doze features

This commit is contained in:
followmsi 2018-02-06 13:43:28 +01:00
parent 1b93c725f9
commit 802ba9f44d
1 changed files with 3 additions and 3 deletions

View File

@ -218,10 +218,10 @@
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. -->
<bool name="config_dozePulsePickup">true</bool>
<bool name="config_dozePulsePickup">false</bool>
<!-- 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 double tap sensor. Empty if double tap is not supported.
<string name="config_dozeDoubleTapSensorType" translatable="false">com.google.sensor.double_touch</string> -->
<!-- If true, the doze component is not started until after the screen has been turned off
and the screen off animation has been performed. -->