Skip to content

Instantly share code, notes, and snippets.

@soulfly
Created November 27, 2012 10:15
Show Gist options
  • Save soulfly/4153474 to your computer and use it in GitHub Desktop.
Save soulfly/4153474 to your computer and use it in GitHub Desktop.
BlackBerry 5,6,7 Messages sample: Remove the notifications
try {
PushNotificationsStorage.getInstance().removePushNotification(pNO);
onClose();
} catch (Exception ex) {
System.out.println("removePushNotification exception = " + ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment