I used J2ME approx 3 year ago, so I have not updated knowledge about it. Can anybody tell me is it possible to create an app for my Nokia handset such that I can lock my sensitive folders such as messages, contacts, etc?
Asked
Active
Viewed 260 times
1 Answers
2
Yes you can hide your folder using FileConnection API and also manage contacts using PIM API but hiding message are not possible in J2ME.

Saurav
- 248
- 3
- 13
-
Can I provide password lock to the folders? – Richa Jul 19 '13 at 12:34
-
1You can only show and hide using FileConnection API but if you want password prompt then you can implement it manually – Saurav Jul 31 '13 at 10:39