I have a problem with Menu button on Android 4.0.
Here’s the interesting part of the Manifest:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="13"/>
The thing is that the emulator emulating a Galaxy Nexus displays the Menu button, but emulating a tablet doesn’t display de Menu button.
According to this, it should be displayed (and it is in a Galaxy Nexus).
Anyone know why it’s not displayed in a tablet? Anything I can do to solve this?
Thanks
From the document linked:
So the system assumes your app is okay for a tablet because its set against Honeycomb, but not for an ICS phone.