2

I want to remove system menus; for example, in the Message app I want to remove the Send option from the menu.

There is a way to add menus using

   ApplicationMenuItemRepository.getInstance()
    .addMenuItem(ApplicationMenuItemRepository.MENUITEM_SYSTEM, this);

and also to removeMenuItem() in the same way, but I'm not able to remove menu items.

How can I use this, or any alternate way, to remove menu?

Nate
  • 31,017
  • 13
  • 83
  • 207
Aman Arora BB
  • 190
  • 1
  • 12
  • Please explain what exactly you want to achieve. `removeMenuItem()` will only remove your application menu item not the menu items in some other application's menu items. If it is your own app, then you can override `makeMenu()` method. – Adwiv Jul 04 '13 at 17:22
  • as far as I know there's no way in RIM API java sdk to remove system menu items. Only adding/removing new custom items is possible, but you cannot remove already existing system menu items. –  Jul 05 '13 at 07:55
  • i want to remove cut copy paste option from every menu of device... – Aman Arora BB Jul 05 '13 at 17:33

0 Answers0