CustomDoze: raise2wake: check proximity before wakeup

* to avoid having unnecessary wakeups when phone inside the pocket

Adapted for BlissRom by: Pietro Ivan Cerrato <ivan@cerrato.biz>

Change-Id: Ie8bdbcdd885af58ddd7b8fe21776ef331e7614e2
1 file changed
tree: c7c311f9f900911465d579896568e4a7172ec98d
  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>