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
- 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>