I want to remove bottom menu button and I want to disable only particular class not in the all class in ICS. How can I achieve this?. Thanks in Advance.

I want to remove bottom menu button and I want to disable only particular class not in the all class in ICS. How can I achieve this?. Thanks in Advance.

Just set the targetSdkVersion to 14 or above
Blockquote it's work ok but bitmap too large error
Try this https://stackoverflow.com/a/11438245/527759 but use
menuKeyField.setBoolean(config, true);
Put following code in your manifest file.Its working for me.
<uses-sdk
android:minSdkVersion="11"
/>