I've got a push notification-app, is there any way to wake up the screen (just make it light up) whenever I receive a push notification?
if you want some code just let me know! and Thank you for your answers!
I've got a push notification-app, is there any way to wake up the screen (just make it light up) whenever I receive a push notification?
if you want some code just let me know! and Thank you for your answers!
You can do it using a
WakeLock
this way:When you set your notification:
And, IMPORTANT, release the wakelock when you don't need it anymore: