Loading redfin/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,12 @@ <!-- Doze: can we assume the pickup sensor includes a proximity check? --> <bool name="doze_pickup_performs_proximity_check">true</bool> <!-- Doze: only register sensors that use prox when device is in certain Display states. This may delay registering sensors when device first shows dozing UI but the Display & Power state hasn't changed to low-power mode yet. --> <bool name="doze_selectively_register_prox">true</bool> <!-- Doze: whether the double tap sensor reports 2D touch coordinates --> <bool name="doze_double_tap_reports_touch_coordinates">true</bool> Loading Loading
redfin/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,12 @@ <!-- Doze: can we assume the pickup sensor includes a proximity check? --> <bool name="doze_pickup_performs_proximity_check">true</bool> <!-- Doze: only register sensors that use prox when device is in certain Display states. This may delay registering sensors when device first shows dozing UI but the Display & Power state hasn't changed to low-power mode yet. --> <bool name="doze_selectively_register_prox">true</bool> <!-- Doze: whether the double tap sensor reports 2D touch coordinates --> <bool name="doze_double_tap_reports_touch_coordinates">true</bool> Loading