Add a new item to the menu. This item displays the given title for its label. @param title The text to display for the item. @return The newly added menu item.
(CharSequence title)
| 140 | * @return The newly added menu item. |
| 141 | */ |
| 142 | public MenuItem add(CharSequence title); |
| 143 | |
| 144 | /** |
| 145 | * Add a new item to the menu. This item displays the given title for its |
no outgoing calls