0

我在我的应用程序的持久存储中存储了一些值。即使我删除了未删除的应用程序持久值(模拟器运行良好,但在手机中我遇到了这个问题)。如何解决我的问题?这是我存储持久值的代码

PersistentObject store =PersistentStore.getPersistentObject(0xc082e14edb333bbeL);synchronized (store) {try{
store.setContents(current_date);
   store.commit();}catch (Exception e) {e.printStackTrace();}}
4

1 回答 1

0

我按照我发布答案的方式解决了我的问题,因为这可能对其他人有用,谢谢

打开此问题的 bb 表单讨论

于 2011-10-06T04:18:12.310 回答