Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top