Peter van der Linden
Peter van der Linden

Reputation: 41

How to display menu without pressing menu button?

I have a menu that I want to appear on the screen when the app starts, without the user having to press the menu key.

What is a good way to achieve that?

Upvotes: 0

Views: 1052

Answers (1)

typo.pl
typo.pl

Reputation: 8942

Maybe Activity.openOptionsMenu() or Activity.openContextMenu?

Upvotes: 2

Related Questions