Re: [android-developers] How to automatically show a sub menu at startup?

2010-03-03 Thread TreKing
On Wed, Mar 3, 2010 at 8:31 AM, westmeadboy wrote: > I've noticed that some users have not found my app's preferences sub > menu, so I want to show that sub menu when the user first-time-ever > starts the app. > Can you clarify what you mean by "preferences sub menu" ? If you mean a standard Pre

[android-developers] How to automatically show a sub menu at startup?

2010-03-03 Thread westmeadboy
I've noticed that some users have not found my app's preferences sub menu, so I want to show that sub menu when the user first-time-ever starts the app. Since onCreateOptionsMenu() would not have been called yet, how can I programmatically show such a sub menu? BTW: openOptionsMenu() is not what