Hi,
I can now use the setPreferenceForKey to store some information.
My question is when I power off the mobile, switch on again, I can still get the record.
Is there anyway that when power off, the records can be deleted??
thanks
Hi,
I can now use the setPreferenceForKey to store some information.
My question is when I power off the mobile, switch on again, I can still get the record.
Is there anyway that when power off, the records can be deleted??
thanks
Hi alex,
afaik, it's not possible to identify a reboot from within a WRT widget.
What you could do is to set to null the preferences you want to delete each time the widget starts, but this will obviously not perfectly match your needs.
Pit