Delete Persistent Store data when App is uninstalled/deleted
问题 I have a BlackBerry application that starts (App load) with a Registration screen when the App is first installed. Later, the App will load with the home screen. Registration screen only appears on first load. I am achieving this by storing a boolean value in PersistentStore . If the value exists, then Registration screen will not appear. PersistentStoreHelper.persistentHashtable.put("flagged",Boolean.TRUE); PersistentStoreHelper.persistentObject.commit(); UiApplication.getUiApplication()