0

how to lock blackberry device 6.0 pro-grammatically? there is an API called ApplicationManger.locksystem(true) but its diprecated in 6.0

swap
  • 65
  • 1
  • 9

1 Answers1

1

According to the BlackBerry OS 7.1 API documentation the parameter force is depricated, the API call should still be valid. Have you tried it?

Richard
  • 8,920
  • 2
  • 18
  • 24
  • Hi, ApplicationManger.locksystem(true) will work only upto OS 4.7, it seems. On all other OS, it'll not work. It doesn't throw any error; but it won't work. Does anybody has answer for this ? Thanks in advance...!!! – Kris Oct 30 '12 at 12:09