I found this:

http://groups.google.com/group/android-developers/browse_thread/thread/564fd6d454463bdf?fwc=1

And this snippet from that thread, used in onCreate, works:

        new Handler().postDelayed(new Runnable() {
            public void run() {
                openOptionsMenu();
            }
        }, 1000);

But I can lower the timeout and it stops working - which is too
fragile for my tastes. Anyone else have a better solution?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to