Вопрос

i have store a some value in persistent storage in my application.even i delete that application persistent value not deleted(simulator it working well but in phone i got this problem).how to solve my problem ? this is my code to store persstent value

PersistentObject store =PersistentStore.getPersistentObject(0xc082e14edb333bbeL);synchronized (store) {try{
store.setContents(current_date);
   store.commit();}catch (Exception e) {e.printStackTrace();}}
Это было полезно?

Решение

i resolved my issue following way i post the answer because this may be useful for others thank you

Open this bb form discussions on this question

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top