如何从 android 屏幕底部删除黑条菜单?

How to remove black bar menu from the bottom of android screen?

Device: HTC One mini
Android OS: 4.3
app minSdkVersion="8"
app targetSdkVersion="11"

我正在为旧的 Android 2.2 及更高版本的手机构建应用程序,并将我的菜单复制到弹出窗口 window 以防较新的 Android 出现问题。下面的黑色条显示了特定设备 (HTC One mini) 上的单独菜单按钮,但我的恩人想要它 removed/hidden 从最终版本开始。

我希望继续在旧手机上正常使用物理菜单按钮,因此最好针对特定 OS 版本或型号的手机禁用它。

你怎么hide/remove那个没用的底黑条?最好不要提高 targetSdkVersion?

How do you hide/remove the useless bottom black bar?

Set your targetSdkVersion to 14 or higher.

Preferably without raising the targetSdkVersion?

用非常锋利的斧头砍掉 phone 的底部。请注意,这可能会使您对 phone.

的保修失效