How can I show notification on Android lock screen?

Can I display a push notification on a lock screen, such as iOS? I saw that there are many applications that manage notifications so that they are displayed in this way, but my question is: is it possible to do this with my application without using these third applications?

enter image description here

+4
source share
1 answer

I follow this guide, almost work, but there are still a lot of problems. I use Activty instead of Service. Please follow this.

Android Facebook Block Notification

0
source

All Articles