I have an app that uses android:minSdkVersion="7"
and android:targetSdkVersion="10"
. Is it possible to hide the option menu button that is on screen on ICS (api level 14)?
Some of the activities may use the option menu, but not all. It would be great to show/hide the option menu button to make it more intuitive for the user where he/she can expect to find more functionality.