avicii: Switch to crdroid doze

Signed-off-by: AmolAmrit <amol.amrit03@outlook.com>
This commit is contained in:
Pranav Vashi
2023-03-28 10:13:38 +05:30
committed by AmolAmrit
parent b3901d3f6b
commit 520653d477
2 changed files with 11 additions and 0 deletions

View File

@@ -16,4 +16,9 @@
<!-- Max network scan search time in seconds -->
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
<string name="pickup_sensor" translatable="false">android.sensor.tilt_detector</string>
<!-- Sensor trigger values -->
<item name="pickup_sensor_value" format="float" type="dimen">0.0</item>
</resources>

View File

@@ -145,4 +145,10 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
<!-- Whether device supports sensor based doze customizations -->
<bool name="config_dozePulsePickup">true</bool>
<bool name="config_dozePulseTilt">true</bool>
<bool name="config_dozePulseProximity">true</bool>
<bool name="config_deviceHaveWakeUpProximity">true</bool>
</resources>