1

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?

Vigbyor
  • 2,568
  • 4
  • 21
  • 35
Richa
  • 94
  • 10

1 Answers1

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