Reputation: 1157
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
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