Here is my interesting problem. Android notification that comes from GCM is not showing title and content (just shows App Name, and when click, open the Mai
Lollipop changes this slightly by creating a small pop up at the top of the device window when a Notification is created.
Here's a Official documentation: setFullScreenIntent
Using this method, you can create a new Activity with any custom layout you want and launch that instead of placing the Notification in the status bar.