Android Question Conditional Menus?

Shadow&Max

Active Member
Licensed User
Longtime User
OK, so I've created conditional menus in Activity_Create, but it there any way to delete a menu item if it's not needed?

I guess the question is "Can you reinitialize a menu with less menu items after it's been created the first time?"

I see that if you call them twice, you get a menu that's twice as long, but all items work.
 
Last edited:
Top