CustomDoze: add min interval for raise2wake
* avoid having early wakeup
* also fix typo in acquire timeout
Adapted for BlissRom by: Pietro Ivan Cerrato <ivan@cerrato.biz>
Change-Id: I1d21ee3d8f7037fab86efd8e02a7c34cdfeba11c
1 file changed
tree: 36a5cb72e96f0c640a1520069f804804ddeaa045
- res/
- src/
- .gitreview
- Android.mk
- AndroidManifest.xml
- proguard.flags
- README.md
README.md
How to add CustomDoze to your device
Add item below to your device tree's common.mk file
Doze
PRODUCT_PACKAGES +=
CustomDoze
Add in the overlay to Settings Add
<string name="config_customDozePackage">com.custom.ambient.display/com.custom.ambient.display.DozeSettings</string>