When user does a long press over a menu item in an action bar, a little hint (Toast style) is showed with the title of the item.
I would like to remove that hint. Setting text to "" or "@null" is not sufficient because the Toast style box appears emtpy.
How can I remove that hint?
Thanks in advance.