implement raise to wake (2/2)

* Highly inspired by iOS raise to wake

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

Change-Id: Ide51d12fc97c840c216bcb1b0321248f9d695cd9
5 files changed
tree: aa50beb4348ce4da59e16742b93ed45b954e1a90
  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>