Kevin
Kevin

Reputation: 1157

BlackBerry OS 7.1 file/database file in use

If I run my app on BlackBerry OS 7.1, sometimes I exit and relaunch the app, I can not open/write the files that I opened the last time. But everything is fine in OS 6-.

Is there anyone meet the same problem? Or is it the bug of OS 7.1?

Upvotes: 1

Views: 134

Answers (1)

user784540
user784540

Reputation:

To exit from your application always use System.exit() call.

It must free all taken resources. If it does not, then it is a RIM OS bug.

Upvotes: 1

Related Questions