Skip to content

Instantly share code, notes, and snippets.

@soulfly
Created November 27, 2012 10:13
Show Gist options
  • Save soulfly/4153464 to your computer and use it in GitHub Desktop.
Save soulfly/4153464 to your computer and use it in GitHub Desktop.
BlackBerry 5,6,7 Messages sample: Reception notifications (TURN OFF)
try {
System.out.println("----- Successfullly UNSUBSCRIBED FROM PUSH");
// Push Notification ON = 0
// Push Notification OFF = 1
OptionStorage.getInstance().getOption("Push notifications").setCurrentValueIndex(1);
} catch (Exception ex) {
DebugStorage.getInstance().Log(0, "<UnsubscribeQbPush> ProcessAnswer
REQUEST_PUSH_UNSUBSCRIBE ", ex);
}
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment