Testing Android Notification PendingIntent

So you’ve followed the Creating Status Bar Notifications in the Android DevGuide. You got the notification icon and ticker to appear on the status bar. In case you haven’t, here’s a code snippet. Note the code snippet above is more concise, and also automatically cancels the notification when the users selects it. So how do [...]