Blackberry - “you currently have no new notifications”
问题 I'm using the code below (especially pushMessage method) to show some notification to user: public final class MyApplicationMessageFolder { public static final long MyFolderId = 0x1256789012F10123L; private ApplicationMessageFolder folder_; private ApplicationIndicator indicator_; private MyReadableListImpl collection_; public void pushMessage(String subject, String message) { try { if (collection_ == null) { collection_ = new MyReadableListImpl(); } if (indicator_ == null) {