我已经在我的应用程序中存储了持久存储中的一些值。即使我删除了该应用程序持久值未删除(模拟器它运行良好但在手机中我遇到了这个问题)。如何解决我的问题? 这是我存储持久值的代码
PersistentObject store =PersistentStore.getPersistentObject(0xc082e14edb333bbeL);synchronized (store) {try{
store.setContents(current_date);
store.commit();}catch (Exception e) {e.printStackTrace();}}