开发者

Nokia Series 40 persistent storage

I have a question about persistent storage for Java applications on the Nokia Series 40 platform. Who takes care of cleaning the persistent storage (RMS) of an application when it is deleted (C开发者_如何转开发ollection->options->Delete)?

I know there is no explicit application manager on Series 40 (as compared to S60) and, from user perspective, deleting an application is very similar to deleting an image file, for example. So is persistent storage data cleared automatically by the Series 40 OS upon application deletion? Is there a way to preserve this data when an application is deleted and possibly use it again if the application is installed again?

P.S.: I read almost all of the Java developer's library, but I couldn't find an explicit aswer - it only said that all associated persistent storage must be removed when a MIDlet is removed, but who does that? By contrast, the S60 developer's library says explicitly that on S60 the application and persistent storage are both removed by the application manager.


When the MIDlet is removed/uninstalled by the user, the operating system will also remove the associated RMS data.

There is no workaround for keeping the RMS on the device, if the related application has been removed from the device. If you wish to retain the data, write it to a separate file using JSR-75 (FileConnection API), or a network service.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜