dre: Switch doze to android.sensor.tilt_detector

Change-Id: Ieb91a64f7e03f6d4a6e755c35c68054817e858f2
This commit is contained in:
LuK1337 2022-04-10 18:41:42 +02:00 committed by Albert Tang
parent 7ac8b2e584
commit bbcb64a0ce

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright (C) 2021 The LineageOS Project Copyright (C) 2021-2022 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License" Licensed under the Apache License, Version 2.0 (the "License"
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -16,5 +16,8 @@
--> -->
<resources> <resources>
<!-- Sensor types --> <!-- Sensor types -->
<string name="pickup_sensor_type">oneplus.sensor.op_motion_detect</string> <string name="pickup_sensor_type">android.sensor.tilt_detector</string>
<!-- Sensor trigger values -->
<item name="pickup_sensor_value" format="float" type="dimen">0.0</item>
</resources> </resources>