I am creating an application with push notification alerts using Google C2DM service. Can i blink the phone screen with some colors on push notification events if the phone screen is dark out?

有帮助吗?

解决方案

Get a WakeLock (developer.android.com/reference/android/os/PowerManager.html) and start off an Activity

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top