In my blackberry application, i want to disable cut,copy and paste option on edittext and other html contents. And also i need to disable to capturing screenshots of the screens in the application.
Thanks Mindus
In my blackberry application, i want to disable cut,copy and paste option on edittext and other html contents. And also i need to disable to capturing screenshots of the screens in the application.
Thanks Mindus
Try this -
super(NO_VERTICAL_SCROLL | 262144); // 262144 NO_SYSTEM_MENU_ITEMS
This will hide the default menu items. Also refer the following link