I\'m trying to display a simple notification when a C2DM message is received. Services provide to UI but still run on the main thread. I\'ve seen people claim you can create and
You should read the Notification documentation. Content View is required if you don't called the setLatestEventInfo() method.