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
  1. res/
  2. src/
  3. .gitreview
  4. Android.mk
  5. AndroidManifest.xml
  6. proguard.flags
  7. 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>